Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Aug 15, 2024
1 parent ff47715 commit 70f3ebc
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 @@ -117,7 +117,7 @@ jobs:
- name: Create PR
id: create-pr
if: steps.gomod.outputs.changes != 0
run:
run: |
ver=$(cat .pulumi.version)
msg="Automated upgrade: bump pulumi/pulumi to ${ver}"
gh pr create -t "$msg" -b "$msg" -B master
Expand Down

0 comments on commit 70f3ebc

Please sign in to comment.