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 67c55bb commit 089c5aeCopy full SHA for 089c5ae
.github/workflows/code-scanning-pack-gen.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Determine ref for external help files
69
id: determine-ref
70
run: |
71
- if [[ $GITHUB_EVENT_NAME == "pull_request" ]]; then
+ if [[ $GITHUB_EVENT_NAME == "pull_request" || $GITHUB_EVENT_NAME == "merge_group" ]]; then
72
echo "EXTERNAL_HELP_REF=$GITHUB_HEAD_REF" >> "$GITHUB_ENV"
73
else
74
echo "EXTERNAL_HELP_REF=$GITHUB_REF" >> "$GITHUB_ENV"
0 commit comments