Skip to content

Commit d5cf43f

Browse files
committed
Add missing env variable
1 parent 9de65ef commit d5cf43f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/remove-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- closed
77

8+
env:
9+
PR_NUMBER: ${{ github.event.pull_request.number }}
10+
811
jobs:
912
delete_directory:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)