From 9e868258854503eb709931a6147f503dde955528 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Wed, 21 Aug 2024 05:57:45 +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 5e5c9e2e..e36c8934 100644 --- a/Makefile +++ b/Makefile @@ -176,9 +176,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 $<