Skip to content

Commit

Permalink
put dispatch event payload json back all on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 22, 2024
1 parent 7f12239 commit b39ed04
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,4 @@ jobs:
with:
repository: ${{ github.repository }}
event-type: trigger_deploy_release_event
client-payload: |
'{ \
"ref_name": "${{ github.ref_name }}", \
"run_number": "${{ github.run_number }}", \
"dispatch_id": "${{ secrets.DISPATCH_ID }}" \
}'
client-payload: '{ "ref_name": "${{ github.ref_name }}", "run_number": "${{ github.run_number }}", "dispatch_id": "${{ secrets.DISPATCH_ID }}" }'

0 comments on commit b39ed04

Please sign in to comment.