From e27e08bf0f78e3c755975b61dd0d268f7430ed61 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 21 Aug 2024 08:05:06 +0200 Subject: [PATCH] Update GitHub Actions workflows. (#550) 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 967a1b9c..e9c0ecdb 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 $<