We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc3e21 commit d07fc5dCopy full SHA for d07fc5d
action.yml
@@ -43,7 +43,7 @@ runs:
43
steps:
44
- id: pre-cache
45
run: |
46
- ${{ github.action_path }}/pre_cache_action.sh \
+ ${GITHUB_ACTION_PATH}/pre_cache_action.sh \
47
~/cache-apt-pkgs \
48
"${{ inputs.version }}" \
49
"${{ inputs.execute_install_scripts }}" \
@@ -60,7 +60,7 @@ runs:
60
61
- id: post-cache
62
63
- ${{ github.action_path }}/post_cache_action.sh \
+ ${GITHUB_ACTION_PATH}/post_cache_action.sh \
64
65
/ \
66
"${{ steps.load-cache.outputs.cache-hit }}" \
0 commit comments