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.
2 parents 2122a3d + bef014a commit 9346222Copy full SHA for 9346222
.github/workflows/code-scanning-pack-gen.yml
@@ -184,6 +184,8 @@ jobs:
184
add-to-path: false
185
186
- name: Checkout external help files
187
+ continue-on-error: true
188
+ id: checkout-external-help-files
189
uses: actions/checkout@v2
190
with:
191
ssh-key: ${{ secrets.CODEQL_CODING_STANDARDS_HELP_KEY }}
@@ -192,6 +194,7 @@ jobs:
192
194
path: external-help-files
193
195
196
- name: Include external help files
197
+ if: ${{ steps.checkout-external-help-files.outcome == 'success' }}
198
run: |
199
pushd external-help-files
200
find . -name '*.md' -exec rsync -av --relative {} "$GITHUB_WORKSPACE" \;
0 commit comments