From c16c9c2fc6cbf142b6cdf36355a6920f4092a8f6 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 20 Aug 2024 16:43:23 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 44e5f9f9..102d0997 100644 --- a/Makefile +++ b/Makefile @@ -177,9 +177,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 $<