Skip to content

Commit 6ff5731

Browse files
committed
[auto]
1 parent d2add41 commit 6ff5731

20 files changed

+20848
-1146
lines changed

.dockerignore

-2
This file was deleted.

.github/workflows/release.yml

-185
This file was deleted.

.github/workflows/test_readme.yml

-27
This file was deleted.

.gitignore

-4
This file was deleted.

LICENSE

-21
This file was deleted.

README.md

-20
This file was deleted.

action.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
name: Docker Layer Caching
22
description: ''
3-
43
branding:
5-
icon: 'layers'
6-
color: 'blue'
7-
4+
icon: layers
5+
color: blue
86
inputs:
97
key:
108
description: An explicit key for restoring and saving the cache
119
required: true
12-
default: docker-layer-caching-${{ github.workflow }}-{hash}
10+
default: 'docker-layer-caching-${{ github.workflow }}-{hash}'
1311
restore-keys:
14-
description: An ordered list of keys to use for restoring the cache if no cache hit occurred for key
12+
description: >-
13+
An ordered list of keys to use for restoring the cache if no cache hit
14+
occurred for key
1515
required: false
16-
default: docker-layer-caching-${{ github.workflow }}-
17-
16+
default: 'docker-layer-caching-${{ github.workflow }}-'
1817
runs:
1918
using: node12
20-
main: main.ts
21-
post: post.ts
19+
main: dist/ttsc-dist/main.js/index.js
20+
post: dist/ttsc-dist/post.js/index.js

0 commit comments

Comments
 (0)