Skip to content

Commit

Permalink
add missing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
elhmn committed Jul 28, 2024
1 parent 2fdbab3 commit 227ea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reject_subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/osscameroon/careathon-2024/issues/$ISSUE_NUMBER \
"state=closed" -f "labels[]=registration_closed"
-f "state=closed" -f "labels[]=registration_closed"
env:
GH_TOKEN: ${{ secrets.ORG_ADMIN_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}

0 comments on commit 227ea64

Please sign in to comment.