From cfed598845fe99e1aa1ec9eb4217d1e754b698fe Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 21 Aug 2024 08:10:15 +0200 Subject: [PATCH] Update GitHub Actions workflows. (#2339) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 9b5b5e6a7151010a2e2273fd6c51b556604d8558. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index be55717caa..72945f6df7 100644 --- a/Makefile +++ b/Makefile @@ -180,9 +180,9 @@ bin/pulumi-java-gen: .pulumi-java-gen.version # - Run make ci-mgmt to apply the change locally. # ci-mgmt: .ci-mgmt.yaml - rm .github/workflows/*.yml # Copied from update-workflows.yml + rm -f .github/workflows/*.yml # Copied from update-workflows.yml go run github.com/pulumi/ci-mgmt/provider-ci@master generate \ - --name pulumi/pulumi-$(PACK) \ + --name $(ORG)/pulumi-$(PACK) \ --out . \ --template bridged-provider \ --config $<