Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Jun 4, 2024
1 parent 6ce9ef6 commit 593cfd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- name: pull-request
if: steps.gomod.outputs.changes != 0
run: |
gh_pr_up() { gh pr create $* || gh pr edit $* }
gh_pr_up() {
gh pr create $* || gh pr edit $*
}
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 593cfd1

Please sign in to comment.