Skip to content

Commit

Permalink
Fix inputs JSON for workflow-dispatch action
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 16, 2023
1 parent b63696a commit 63636e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
workflow: verify-staged-artifacts.yml
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
inputs: '{ "releaseVersion": ${{ inputs.releaseVersion }} }'
inputs: '{ "releaseVersion": "${{ inputs.releaseVersion }}" }'

0 comments on commit 63636e8

Please sign in to comment.