We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a84d9 commit 35525bcCopy full SHA for 35525bc
.github/workflows/main.yml
@@ -25,17 +25,17 @@ jobs:
25
steps:
26
- name: Checkout Branch
27
uses: actions/checkout@v3
28
- with:
29
- persist-credentials: false
+ with:
+ persist-credentials: false
30
if: github.event_name == 'pull_request'
31
with:
32
fetch-depth: 0
33
ref: ${{ github.event.pull_request.head.ref }}
34
35
- name: Checkout Master
36
37
38
39
if: github.event_name == 'push'
40
41
0 commit comments