Update cache/action.yaml
This commit is contained in:
parent
47f9b3f184
commit
44489ba6d4
1
cache/action.yaml
vendored
1
cache/action.yaml
vendored
@ -18,3 +18,4 @@ runs:
|
|||||||
mkdir -p "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}"
|
mkdir -p "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}"
|
||||||
tar --overwrite -czf "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" ${{ inputs.pattern }}
|
tar --overwrite -czf "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" ${{ inputs.pattern }}
|
||||||
echo "Created cache: /cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz"
|
echo "Created cache: /cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz"
|
||||||
|
shell: sh
|
||||||
|
Loading…
Reference in New Issue
Block a user