Skip to content

Commit d07fc5d

Browse files
authored
Workaround for #71. Due to a bug in the runner actions/runner#716 (#75)
1 parent 9bc3e21 commit d07fc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
steps:
4444
- id: pre-cache
4545
run: |
46-
${{ github.action_path }}/pre_cache_action.sh \
46+
${GITHUB_ACTION_PATH}/pre_cache_action.sh \
4747
~/cache-apt-pkgs \
4848
"${{ inputs.version }}" \
4949
"${{ inputs.execute_install_scripts }}" \
@@ -60,7 +60,7 @@ runs:
6060

6161
- id: post-cache
6262
run: |
63-
${{ github.action_path }}/post_cache_action.sh \
63+
${GITHUB_ACTION_PATH}/post_cache_action.sh \
6464
~/cache-apt-pkgs \
6565
/ \
6666
"${{ steps.load-cache.outputs.cache-hit }}" \

0 commit comments

Comments
 (0)