Fix braces.

This commit is contained in:
Andrew Walsh 2022-11-30 07:01:32 -08:00 committed by GitHub
parent 343fbfd3e2
commit 52185b3b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}" \
@ -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 }}" \