Skip to content

Commit 84c1c65

Browse files
authored
Fix format
1 parent 7a59651 commit 84c1c65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-labels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
steps:
4040
- uses: actions/checkout@v3
41-
with:
42-
fetch-depth: '0'
41+
with:
42+
submodules: 'false'
4343
- uses: actions/setup-python@v4
44-
with:
45-
python-version: '3.10'
44+
with:
45+
python-version: '3.10'
4646
- name: Check labels
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)