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 12d7051 commit d669ad2Copy full SHA for d669ad2
1 file changed
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout Code
20
#if: github.event.pull_request.merged == true && contains(github.event.commits[0].message, '[skip-ci]') == false
21
uses: actions/checkout@v2
22
- run: git fetch --prune --unshallow
+ - run: git fetch --prune --unshallow
23
24
# Make sure we have all branches
25
- name: Fetch other branches
0 commit comments