Skip to content

Commit 35525bc

Browse files
committed
syntax
1 parent 53a84d9 commit 35525bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
steps:
2626
- name: Checkout Branch
2727
uses: actions/checkout@v3
28-
with:
29-
persist-credentials: false
28+
with:
29+
persist-credentials: false
3030
if: github.event_name == 'pull_request'
3131
with:
3232
fetch-depth: 0
3333
ref: ${{ github.event.pull_request.head.ref }}
3434

3535
- name: Checkout Master
3636
uses: actions/checkout@v3
37-
with:
38-
persist-credentials: false
37+
with:
38+
persist-credentials: false
3939
if: github.event_name == 'push'
4040
with:
4141
fetch-depth: 0

0 commit comments

Comments
 (0)