Skip to content

Commit

Permalink
add builder arg to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Wong <[email protected]>
  • Loading branch information
ty2 committed Nov 7, 2024
1 parent 575fdc1 commit 9ed69c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Options:
--cache-map The map of actions source to container destination paths for the cache paths
--scratch-dir Where the action is stores some temporary files for its processing. Default: 'scratch'
--skip-extraction Skip the extraction of the cache from the docker container
--builder The name of the builder. Default: 'default'
--help Show this help
```

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ inputs:
default: "false"
description: "Run the post step to save the cache even if another step before fails"
builder:
default: "default"
description: "The name of the builder to use for the cache injection"
default: default
description: "The name of the builder. Default: 'default'"
runs:
using: 'node20'
main: 'dist/index.js'
Expand Down

0 comments on commit 9ed69c5

Please sign in to comment.