We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bd7a0 commit bd370cbCopy full SHA for bd370cb
.github/workflows/delete-expired.yml
@@ -34,6 +34,6 @@ jobs:
34
else
35
for id in $ISSUES_TO_DELETE; do
36
echo "Deleting issue #$id..."
37
- gh issue delete "$id" --yes
+ gh issue delete "$id" --repo "$OWNER/$REPO" --yes
38
done
39
fi
0 commit comments