Skip to content

Commit 3eb4d9e

Browse files
authored
Merge pull request #2 from EnderModuBot/bug/1-setup-failed-delete-this-workflow-file-end
chore: add checkout step to setup workflow
2 parents 1acb8bf + fdefe2d commit 3eb4d9e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/setup.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17+
- name: Checkout repository
18+
uses: actions/checkout@v4
19+
1720
- name: Enable branch auto-deletion via API
1821
run: |
1922
curl -s -X PATCH "https://api.github.com/repos/${{ github.repository }}" \

0 commit comments

Comments
 (0)