Skip to content

Commit

Permalink
Fix payload data
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Feb 28, 2024
1 parent 2478219 commit b932eb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
event-type: Publish Release
client-payload: |-
{
"ref": "${{ inputs.branch }}",
"repo": "${{ inputs.repo }}"
"ref": "dev",
"repo": "neon-nodes"
}

0 comments on commit b932eb1

Please sign in to comment.