File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ jobs:
1414 pull-requests : write
1515 steps :
1616 - run : |
17- gh pr comment "${PR_NUMBER}" --body "${COMMENT_BODY}"
17+ gh pr comment --repo "${REPOSITORY}" "${PR_NUMBER}" --body "${COMMENT_BODY}"
1818 env:
1919 PR_NUMBER: ${{ github.event.pull_request.number }}
2020 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+ REPOSITORY: ${{ github.repository }}
2122 COMMENT_BODY: |
2223 Thanks for your pull request!
2324
Original file line number Diff line number Diff line change 7979 run-functional-tests :
8080 needs : [check-ok-to-test]
8181 if : needs.check-ok-to-test.outputs.is-ok-to-test == 'true'
82- uses : .github/workflows/functional-tests.yaml
82+ uses : ./. github/workflows/functional-tests.yaml
8383 with :
8484 checkout-repository : ${{ needs.check-ok-to-test.outputs.target-repo }}
8585 checkout-ref : ${{ needs.check-ok-to-test.outputs.target-sha }}
You can’t perform that action at this time.
0 commit comments