Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Jan 10, 2025
1 parent 34bc7b8 commit 3f583da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-zxf-deploy-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
with:
url: ${{ secrets.RELEASE_JENKINS_INTEGRATION_URL }}
data: |
{
'{
"ref": "${{ inputs.ref }}",
"author": "${{ steps.gather-commit-info.outputs.author }}",
"msg": "${{ steps.gather-commit-info.outputs.msg }}",
"sha": "${{ steps.gather-commit-info.outputs.sha }}"
}
}'
- name: Display Jenkins Payload
env:
Expand Down

0 comments on commit 3f583da

Please sign in to comment.