Skip to content

Commit

Permalink
Let's add the repo too I guess.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Mar 23, 2024
1 parent 8c91ea2 commit f73a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 }}" -r 'completed'
gh issue close "${{ github.event.issue.number }}" -r 'completed' --repo ${{ github.repository }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f73a0e0

Please sign in to comment.