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 35525bc commit adf35cbCopy full SHA for adf35cb
.github/workflows/main.yml
@@ -25,20 +25,18 @@ jobs:
25
steps:
26
- name: Checkout Branch
27
uses: actions/checkout@v3
28
- with:
29
- persist-credentials: false
30
if: github.event_name == 'pull_request'
31
with:
32
fetch-depth: 0
33
ref: ${{ github.event.pull_request.head.ref }}
+ persist-credentials: false
34
35
- name: Checkout Master
36
37
38
39
if: github.event_name == 'push'
40
41
42
43
- name: Set up Python 3.7
44
uses: actions/setup-python@v2
0 commit comments