Thanks to visit codestin.com Credit goes to github.com
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 6b44b15 commit d983739Copy full SHA for d983739
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v2
31
with:
32
persist-credentials: false
33
- - if: ${{ github.event_name == workflow_call }}
+ - if: github.event_name == 'workflow_call'
34
run: |
35
git pull --rebase
36
- name: Check out CPython
.github/workflows/compendium.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
- name: Set up Python 3.9
0 commit comments