Update cache/action.yaml
This commit is contained in:
parent
e8a5cac8fc
commit
784365d0b8
2
cache/action.yaml
vendored
2
cache/action.yaml
vendored
@ -15,7 +15,7 @@ runs:
|
|||||||
container:
|
container:
|
||||||
image: alpine
|
image: alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /cache:/cache
|
- /mnt/cache:/cache
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
tar -czf "archive.tar.gz" ${{ inputs.pattern }}
|
tar -czf "archive.tar.gz" ${{ inputs.pattern }}
|
||||||
|
Loading…
Reference in New Issue
Block a user