Skip to content

Commit

Permalink
Old message not correct anymore. Settle for this
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 19, 2023
1 parent 282d496 commit d211f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function tryCreatePr() {
let text = `Bumped versions for ${latestCliVersion}\n\n` +
`To make edits to this PR:\n` +
"```shell\n" +
`git fetch upstream ${branchName} && git checkout -b ${branchName} upstream/${branchName}\n` +
`gh pr checkout <THIS PR NUMBER>\n` +
"```\n";

const actor = Deno.env.get("GH_WORKFLOW_ACTOR");
Expand Down

0 comments on commit d211f6e

Please sign in to comment.