Skip to content

Commit

Permalink
feat: add support for deprecated cache-source/target
Browse files Browse the repository at this point in the history
Signed-off-by: Amin Yahyaabadi <[email protected]>
  • Loading branch information
aminya committed Mar 30, 2024
1 parent ada196f commit b8ea280
Show file tree
Hide file tree
Showing 6 changed files with 538 additions and 26 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ inputs:
cache-map:
required: true
description: "The map of actions source to container destination paths for the cache paths"
cache-source:
deprecationMessage: "Use `cache-map` instead"
description: "Where the cache is stored in the calling workspace. Default: `cache`"
cache-target:
deprecationMessage: "Use `cache-map` instead"
description: "Where the cache is stored in the docker container. Default: `/root/.cache/go-build`"
scratch-dir:
default: scratch
description: "Where the action is stores some temporary files for its processing. Default: `scratch`"
Expand Down
Loading

0 comments on commit b8ea280

Please sign in to comment.