Skip to content

Commit

Permalink
hopefully the last attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Mar 23, 2024
1 parent 1e5fd44 commit 8c91ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/new_member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Close Issue
if: success()
run: |
gh issue close ${{ github.event.issue.number }}
gh issue close "${{ github.event.issue.number }}" -r 'completed'
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8c91ea2

Please sign in to comment.