Skip to content

Commit e23513a

Browse files
committed
Add missing env variable to deletion workflow
1 parent e184162 commit e23513a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
- run: |
1414
gh repo delete --yes https://github.com/mihcaojwe/python-coverage-comment-action-end-to-end-${NUMBER}-public || true
1515
env:
16+
NUMBER: ${{ github.event.pull_request.number }}
1617
GITHUB_TOKEN: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
1718
- run: |
1819
gh repo delete --yes https://github.com/mihcaojwe/python-coverage-comment-action-end-to-end-${NUMBER}-private || true
1920
env:
21+
NUMBER: ${{ github.event.pull_request.number }}
2022
GITHUB_TOKEN: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}

0 commit comments

Comments
 (0)