Skip to content

Commit adf35cb

Browse files
committed
syntax
1 parent 35525bc commit adf35cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,18 @@ jobs:
2525
steps:
2626
- name: Checkout Branch
2727
uses: actions/checkout@v3
28-
with:
29-
persist-credentials: false
3028
if: github.event_name == 'pull_request'
3129
with:
3230
fetch-depth: 0
3331
ref: ${{ github.event.pull_request.head.ref }}
32+
persist-credentials: false
3433

3534
- name: Checkout Master
3635
uses: actions/checkout@v3
37-
with:
38-
persist-credentials: false
3936
if: github.event_name == 'push'
4037
with:
4138
fetch-depth: 0
39+
persist-credentials: false
4240

4341
- name: Set up Python 3.7
4442
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)