Skip to content

Commit 261111f

Browse files
tpapaioaJacobCallahan
authored andcommitted
Fix variable names in PRT result github workflow
(cherry-picked from commit 8b8b359)
1 parent a54c9d6 commit 261111f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prt_result.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
if: ${{ always() && github.event.inputs.pytest_result != '' }}
3333
uses: thollander/actions-comment-pull-request@v3
3434
with:
35+
github-token: ${{ secrets.CHERRYPICK_PAT }}
36+
pr-number: ${{ github.event.inputs.pr_number }}
3537
message: |
3638
**PRT Result**
3739
```
@@ -40,8 +42,6 @@ jobs:
4042
PRT Comment: ${{ github.event.inputs.prt_comment }}
4143
Test Result : ${{ github.event.inputs.pytest_result }}
4244
```
43-
pr_number: ${{ github.event.inputs.pr_number }}
44-
GITHUB_TOKEN: ${{ secrets.CHERRYPICK_PAT }}
4545
4646
- name: Add the PRT passed/failed labels
4747
id: prt-status

0 commit comments

Comments
 (0)