Skip to content

Commit 9a1f461

Browse files
authored
Update PR description for bundle update PRs
Changed from `tools: latest` to `tools: linked` to reflect new usage.
1 parent a57c67b commit 9a1f461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cli_version=$(jq -r '.cliVersion' src/defaults.json)
5555
pr_url=$(gh pr create \
5656
--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." \
57+
--body "This pull request updates the default CodeQL bundle, as used with \`tools: linked\` and on GHES, to $cli_version." \
5858
--assignee "$GITHUB_ACTOR" \
5959
--draft \
6060
)

0 commit comments

Comments
 (0)