mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 15:20:21 +00:00
fix error in workflow dispatch
This commit is contained in:
parent
86f5c08af3
commit
30ef0cfb73
2
.github/workflows/build_prod.yml
vendored
2
.github/workflows/build_prod.yml
vendored
@ -65,4 +65,4 @@ jobs:
|
||||
with:
|
||||
workflow: Some Workflow
|
||||
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
inputs: '{ "version": ${{ env.VERSION }} }'
|
||||
inputs: '{ "version": "${{ env.VERSION }}" }'
|
||||
|
Loading…
Reference in New Issue
Block a user