Skip to content

Commit

Permalink
Set PR_NUMBER properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Sep 9, 2024
1 parent 4998e0d commit b01abea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-test-pr-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
--arg tr "$GITHUB_REPOSITORY" \
--arg githubSha "$GITHUB_SHA" \
--arg prHeadSha "$PR_HEAD_SHA" \
--arg pr "PR_NUMBER" \
--arg pr "$PR_NUMBER" \
'{triggerRepo: $tr, githubSha: $githubSha, prHeadSha: $prHeadSha, pr: $pr}' )
echo "CLIENT_PAYLOAD: $CLIENT_PAYLOAD"
Expand Down

0 comments on commit b01abea

Please sign in to comment.