Update PR description for bundle update PRs

Changed from `tools: latest` to `tools: linked` to reflect new usage.
This commit is contained in:
Dave Bartolomeo
2024-05-15 10:35:55 -04:00
committed by GitHub
parent a57c67b895
commit 9a1f461645

View File

@@ -54,7 +54,7 @@ jobs:
cli_version=$(jq -r '.cliVersion' src/defaults.json)
pr_url=$(gh pr create \
--title "Update default bundle to $cli_version" \
--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." \
--assignee "$GITHUB_ACTOR" \
--draft \
)