Skip to content

Commit

Permalink
Workaround for #71. Due to a bug in the runner actions/runner#716 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Dec 8, 2022
1 parent 9bc3e21 commit d07fc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
steps:
- id: pre-cache
run: |
${{ github.action_path }}/pre_cache_action.sh \
${GITHUB_ACTION_PATH}/pre_cache_action.sh \
~/cache-apt-pkgs \
"${{ inputs.version }}" \
"${{ inputs.execute_install_scripts }}" \
Expand All @@ -60,7 +60,7 @@ runs:

- id: post-cache
run: |
${{ github.action_path }}/post_cache_action.sh \
${GITHUB_ACTION_PATH}/post_cache_action.sh \
~/cache-apt-pkgs \
/ \
"${{ steps.load-cache.outputs.cache-hit }}" \
Expand Down

0 comments on commit d07fc5d

Please sign in to comment.