We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106ee40 commit 57329f2Copy full SHA for 57329f2
.github/actions/avalanchego-setup-action/action.yml
@@ -55,7 +55,7 @@ runs:
55
shell: bash
56
run: |
57
if [ -n "${{ inputs.firewood-path }}" ]; then
58
- ${{ inputs.checkout-path }}/scripts/setup_firewood.sh ${{ inputs.firewood }} ${{ inputs.firewood-path }}
+ "${{ inputs.checkout-path }}/scripts/setup_firewood.sh" "${{ inputs.firewood }}" "${{ inputs.firewood-path }}"
59
else
60
- ${{ inputs.checkout-path }}/scripts/setup_firewood.sh ${{ inputs.firewood }}
+ "${{ inputs.checkout-path }}/scripts/setup_firewood.sh" "${{ inputs.firewood }}"
61
fi
0 commit comments