From 3861a72e0073275db9895e9a7b5f6005007a2c02 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 17 Jul 2024 00:00:37 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#426) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit d7c62aa3eaa24dc23f8ef7b72eb075da9fcb07e2. --- Makefile | 2 +- upstream.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 11e8f624..c643b329 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ tfgen_build_only: upstream: ifneq ("$(wildcard upstream)","") - ./upstream.sh init + ./upstream.sh init -f endif bin/pulumi-java-gen: .pulumi-java-gen.version diff --git a/upstream.sh b/upstream.sh index d285aaa7..f56ca1a5 100755 --- a/upstream.sh +++ b/upstream.sh @@ -97,7 +97,7 @@ Either stage or reset the 'upstream' submodule changes before continuing: git add upstream # or # - git checkout upstream + (cd upstream && git checkout && cd -) EOF exit 1