We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1acb8bf + fdefe2d commit 3eb4d9eCopy full SHA for 3eb4d9e
1 file changed
.github/workflows/setup.yml
@@ -14,6 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
+ - name: Checkout repository
18
+ uses: actions/checkout@v4
19
+
20
- name: Enable branch auto-deletion via API
21
run: |
22
curl -s -X PATCH "https://api.github.com/repos/${{ github.repository }}" \
0 commit comments