Skip to content

Commit

Permalink
Remove extra quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jan 2, 2024
1 parent 1c559f8 commit 48e9bae
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 @@ -86,8 +86,8 @@ runs:
shell: bash
run: |
echo ::group::Inputs
echo "- image: ${{ inputs.image }}""
echo "- chain: ${{ inputs.chain }}""
echo "- image: ${{ inputs.image }}"
echo "- chain: ${{ inputs.chain }}"
echo ::endgroup::
RUSTC_VERSION_URL=https://raw.githubusercontent.com/${{ inputs.image }}/master/RUSTC_VERSION
Expand Down

0 comments on commit 48e9bae

Please sign in to comment.