Skip to content

Commit

Permalink
fix: interpolation
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Oli Evans <oli@protocol.ai>
  • Loading branch information
olizilla committed Jan 17, 2024
1 parent 8fcd052 commit 0dd07c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
W3_PRINCIPAL: ${{ inputs.secret_key }}
shell: bash

- run: w3 up ${{ inputs.path_to_add }} --json --hidden={{ $inputs.hidden }} --wrap={{ $inputs.wrap }} | tee ./w3_up_output.json
- run: w3 up ${{ inputs.path_to_add }} --json --hidden=${{ inputs.hidden }} --wrap=${{ inputs.wrap }} | tee ./w3_up_output.json
env:
W3_PRINCIPAL: ${{ inputs.secret_key }}
shell: bash
Expand Down

0 comments on commit 0dd07c7

Please sign in to comment.