Skip to content

Commit

Permalink
Fix weekly pu/pu upgrade job
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Oct 29, 2024
1 parent 03c36c6 commit 57c9f67
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 @@ -38,7 +38,7 @@ jobs:
id: gomod
run: |
go get github.com/pulumi/pulumi/sdk/v3
make dep-tidy
go mod tidy
git update-index -q --refresh
if ! git diff-files --quiet; then
echo changes=1 >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 57c9f67

Please sign in to comment.