From 5cb40f8957b404799e507c102a2a6c251e9621e6 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:57:37 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#48) This PR was automatically generated by the rollout-single-native-provider-workflow workflow in the pulumi/ci-mgmt repo, from commit 1ccdca8fcd563ed4a1c7b82fdcebcf87cf598569. --- .github/workflows/build.yml | 5 +++++ .github/workflows/prerelease.yml | 5 +++++ .github/workflows/release.yml | 5 +++++ .github/workflows/run-acceptance-tests.yml | 3 +++ .github/workflows/weekly-pulumi-update.yml | 2 +- 5 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b0bd80..861066c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -167,6 +168,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -263,6 +265,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -437,6 +440,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -516,6 +520,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index b18e1a4..27af176 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -61,6 +61,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -159,6 +160,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -254,6 +256,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -428,6 +431,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -507,6 +511,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9641076..c790f57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -159,6 +160,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -254,6 +256,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -428,6 +431,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -507,6 +511,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index e129a7e..f90a73b 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -86,6 +86,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -187,6 +188,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -286,6 +288,7 @@ jobs: with: path: ci-scripts repository: pulumi/scripts + - run: echo "ci-scripts" >> .git/info/exclude - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go diff --git a/.github/workflows/weekly-pulumi-update.yml b/.github/workflows/weekly-pulumi-update.yml index a2b1d07..b0826d2 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -130,7 +130,7 @@ jobs: uses: repo-sync/pull-request@v2.6.2 with: source_branch: update-pulumi/${{ github.run_id }}-${{ github.run_number }} - destination_branch: master + destination_branch: main pr_title: Automated Pulumi/Pulumi upgrade github_token: ${{ secrets.PULUMI_BOT_TOKEN }} env: