diff --git a/.github/workflows/publish_test_build.yml b/.github/workflows/publish_test_build.yml index e936a3e..7f7e488 100644 --- a/.github/workflows/publish_test_build.yml +++ b/.github/workflows/publish_test_build.yml @@ -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"}' \ No newline at end of file + event-type: Publish Release + client-payload: |- + { + "ref": "${{ inputs.branch }}", + "repo": "${{ inputs.repo }}" \ No newline at end of file