Skip to content

Commit

Permalink
add INPUT_CLIENT_PAYLOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Aug 5, 2024
1 parent b445dee commit ae65ab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vizro-qa-tests-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
export INPUT_WORKFLOW_FILE_NAME=${{ secrets.VIZRO_QA_NOTEBOOKS_TESTS_WORKFLOW }}
fi
export INPUT_GITHUB_TOKEN=${{ secrets.VIZRO_SVC_PAT }}
export INPUT_REF=${{ github.head_ref }}
export INPUT_REF=main
export INPUT_CLIENT_PAYLOAD={"branch": "${{ github.head_ref }}"}
tools/trigger-workflow-and-wait.sh

0 comments on commit ae65ab3

Please sign in to comment.