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: