Skip to content

Commit

Permalink
Allow overriding container image
Browse files Browse the repository at this point in the history
  • Loading branch information
relu committed Oct 14, 2024
1 parent 5b6db76 commit b8b97b0
Show file tree
Hide file tree
Showing 7 changed files with 1,818 additions and 1,557 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ inputs:
save-always:
default: "false"
description: "Run the post step to save the cache even if another step before fails"
container-image:
default: "busybox:1"
description: "The container image to use for injecting and extracting the cache"
runs:
using: 'node20'
main: 'dist/index.js'
Expand Down
19 changes: 12 additions & 7 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 b8b97b0

Please sign in to comment.