Skip to content

Commit

Permalink
Try gh cli again
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Jun 4, 2024
1 parent ef381ef commit 6ce9ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
if: steps.gomod.outputs.changes != 0
run: |
gh_pr_up() { gh pr create $* || gh pr edit $* }
gh_pr_up --title "Update pulumi/pulumi version to $PULUMI_VERSION"
gh_pr_up --title "Update pulumi/pulumi version to $PULUMI_VERSION" --body "Upgrading pulumi/pkg and pulumi/sdk to version $PULUMI_VERSION."
name: weekly-pulumi-update

0 comments on commit 6ce9ef6

Please sign in to comment.