Skip to content

Commit c6a2912

Browse files
committed
fix format
1 parent 0f0e586 commit c6a2912

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/autofmt.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
content: 'eyes',
3838
});
3939
40+
- name: Checkout base repo
41+
uses: actions/checkout@v4
42+
with:
43+
token: ${{ secrets.GITHUB_TOKEN }}
44+
4045
- name: Check out PR branch (handles fork PRs)
4146
env:
4247
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)