Skip to content

Commit

Permalink
use github.event.issue.number
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Feb 8, 2024
1 parent 6d48da8 commit 2152624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-new-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- shell: bash
env:
ISSUE_NUMBER: ${{ github.issue.number }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
gh issue close "$ISSUE_NUMBER" --comment "This repository
Expand Down

0 comments on commit 2152624

Please sign in to comment.