File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1515 NUMBER: ${{ github.event.pull_request.number }}
1616 GITHUB_TOKEN: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
1717 - run : |
18- gh repo delete --yes https://github.com/mihcaojwe /python-coverage-comment-action-end-to-end-${NUMBER}-private || true
18+ gh repo delete --yes https://github.com/mihcaojwe2 /python-coverage-comment-action-end-to-end-${NUMBER}-public || true
1919 env:
2020 NUMBER: ${{ github.event.pull_request.number }}
2121 GITHUB_TOKEN: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}
22+ - run : |
23+ gh repo delete --yes https://github.com/mihcaojwe/python-coverage-comment-action-end-to-end-${NUMBER}-private || true
24+ env:
25+ NUMBER: ${{ github.event.pull_request.number }}
26+ GITHUB_TOKEN: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
Original file line number Diff line number Diff line change 4949 - run : |
5050 gh pr comment ${LINK} --body-file - <<EOF
5151 [End-to-end private repo](https://github.com/mihcaojwe/python-coverage-comment-action-end-to-end-${NUMBER}-private)
52- In addition to repo admin, @${LOGIN} has been added to the private e2e repo
5352 EOF
5453 env:
5554 LINK: ${{ github.event.issue.html_url }}
You can’t perform that action at this time.
0 commit comments