We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 584871b + 2c0b69b commit 8c4bc43Copy full SHA for 8c4bc43
.github/workflows/update-bundle.yml
@@ -54,7 +54,7 @@ jobs:
54
cli_version=$(jq -r '.cliVersion' src/defaults.json)
55
pr_url=$(gh pr create \
56
--title "Update default bundle to $cli_version" \
57
- --body "This pull request updates the default CodeQL bundle, as used with \`tools: latest\` and on GHES, to $cli_version." \
+ --body "This pull request updates the default CodeQL bundle, as used with \`tools: linked\` and on GHES, to $cli_version." \
58
--assignee "$GITHUB_ACTOR" \
59
--draft \
60
)
0 commit comments