mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Fix braces.
This commit is contained in:
parent
343fbfd3e2
commit
52185b3b7c
|
@ -43,7 +43,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- id: pre-cache
|
- id: pre-cache
|
||||||
run: |
|
run: |
|
||||||
${{ GITHUB_ACTION_PATH }}/pre_cache_action.sh \
|
${GITHUB_ACTION_PATH}/pre_cache_action.sh \
|
||||||
~/cache-apt-pkgs \
|
~/cache-apt-pkgs \
|
||||||
"${{ inputs.version }}" \
|
"${{ inputs.version }}" \
|
||||||
"${{ inputs.execute_install_scripts }}" \
|
"${{ inputs.execute_install_scripts }}" \
|
||||||
|
@ -60,7 +60,7 @@ runs:
|
||||||
|
|
||||||
- id: post-cache
|
- id: post-cache
|
||||||
run: |
|
run: |
|
||||||
${{ GITHUB_ACTION_PATH }}/post_cache_action.sh \
|
${GITHUB_ACTION_PATH}/post_cache_action.sh \
|
||||||
~/cache-apt-pkgs \
|
~/cache-apt-pkgs \
|
||||||
/ \
|
/ \
|
||||||
"${{ steps.load-cache.outputs.cache-hit }}" \
|
"${{ steps.load-cache.outputs.cache-hit }}" \
|
||||||
|
|
Loading…
Reference in a new issue