Fix inputs JSON for workflow-dispatch action
This commit is contained in:
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@@ -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 }}" }'
|
||||
Reference in New Issue
Block a user