Skip to content

Commit

Permalink
Fix event and payload passed to neon-os release action
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Feb 28, 2024
1 parent 99b94bd commit 01898f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
with:
token: ${{secrets.NEON_OS_TOKEN}}
repository: neongeckocom/neon-os
event-type: release
client-payload: '{"ref": "dev", "repo": "neon-debos"}'
event-type: Publish Release
client-payload: |-
{
"ref": "${{ inputs.branch }}",
"repo": "${{ inputs.repo }}"

0 comments on commit 01898f6

Please sign in to comment.