We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef776d3 commit 047f46bCopy full SHA for 047f46b
.github/workflows/delete-unauthrized-branches.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
BRANCH="${{ steps.branch.outputs.branch }}"
45
echo "Deleting unauthorized branch: $BRANCH"
46
- curl -s -X DELETE \
47
- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
48
- -H "Accept: application/vnd.github+json" \
49
- https://api.github.com/repos/${{ github.repository }}/git/refs/heads/$BRANCH
+# curl -s -X DELETE \
+# -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
+# -H "Accept: application/vnd.github+json" \
+# https://api.github.com/repos/${{ github.repository }}/git/refs/heads/$BRANCH
0 commit comments