We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f595af commit b817d0cCopy full SHA for b817d0c
.github/workflows/code-scanning-pack-gen.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Checkout external help files
82
id: checkout-external-help-files
83
- # Forks do not have access to an appropriate token for the help files
+ # PRs from forks and dependabot do not have access to an appropriate token for cloning the help files repos
84
if: !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]'
85
uses: actions/checkout@v4
86
with:
0 commit comments