Skip to content

Commit 612037b

Browse files
authored
Merge pull request py-cov-action#229 from py-cov-action/delete-e2e-again
2 parents eeebd22 + 011fecc commit 612037b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/e2e-delete-repo.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
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 }}

.github/workflows/e2e-private-link-in-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)