Skip to content

Commit

Permalink
feat: initial gcs cacher integration (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minku Lee authored Jan 14, 2022
1 parent 50d20c2 commit 4988798
Show file tree
Hide file tree
Showing 17 changed files with 16,681 additions and 44 deletions.
20 changes: 13 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'gcs-cache-action'
description: 'GitHub Actions wrapper around gcs-cacher'
author: 'Shakr Media Co., Ltd.'
inputs:
milliseconds: # change this
path:
required: true
description: 'input description here'
default: 'default value if applicable'
description: 'path to cache (must be directory)'
key:
required: true
description: 'primary cache key'
restore_keys:
required: true
description: 'multiline string of cache keys for partial matching'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/restore/index.js'
post: 'dist/save/index.js'
3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4988798

Please sign in to comment.