diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d7ff947c..cd63406c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -40,13 +40,6 @@ jobs: - uses: pulumi/provider-version-action@v1 with: set-env: 'PROVIDER_VERSION' - - name: Checkout Scripts Repo - uses: actions/checkout@v4 - with: - path: ci-scripts - repository: pulumi/scripts - ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592 - - run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197 - name: Install Go uses: actions/setup-go@v5 with: @@ -109,7 +102,7 @@ jobs: - name: Build SDK run: make build_${{ matrix.language }} - name: Check worktree clean - run: ./ci-scripts/ci/check-worktree-is-clean + uses: pulumi/git-status-check-action@v1 - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . - name: Upload artifacts diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 3b881a55..098395d4 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -41,13 +41,6 @@ jobs: - uses: pulumi/provider-version-action@v1 with: set-env: 'PROVIDER_VERSION' - - name: Checkout Scripts Repo - uses: actions/checkout@v4 - with: - path: ci-scripts - repository: pulumi/scripts - ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592 - - run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197 - name: Install Go uses: actions/setup-go@v5 with: @@ -110,7 +103,7 @@ jobs: - name: Build SDK run: make build_${{ matrix.language }} - name: Check worktree clean - run: ./ci-scripts/ci/check-worktree-is-clean + uses: pulumi/git-status-check-action@v1 - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . - name: Upload artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b457f72a..86b2c2e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,13 +40,6 @@ jobs: - uses: pulumi/provider-version-action@v1 with: set-env: 'PROVIDER_VERSION' - - name: Checkout Scripts Repo - uses: actions/checkout@v4 - with: - path: ci-scripts - repository: pulumi/scripts - ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592 - - run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197 - name: Install Go uses: actions/setup-go@v5 with: @@ -109,7 +102,7 @@ jobs: - name: Build SDK run: make build_${{ matrix.language }} - name: Check worktree clean - run: ./ci-scripts/ci/check-worktree-is-clean + uses: pulumi/git-status-check-action@v1 - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . - name: Upload artifacts diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index 29d5b931..5cde1abf 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -50,13 +50,6 @@ jobs: - uses: pulumi/provider-version-action@v1 with: set-env: 'PROVIDER_VERSION' - - name: Checkout Scripts Repo - uses: actions/checkout@v4 - with: - path: ci-scripts - repository: pulumi/scripts - ref: deca2c5c6015ad7aaea6f572a1c2b198ca323592 - - run: echo "ci-scripts" >> .git/info/exclude # actions/checkout#197 - name: Install Go uses: actions/setup-go@v5 with: @@ -119,7 +112,7 @@ jobs: - name: Build SDK run: make build_${{ matrix.language }} - name: Check worktree clean - run: ./ci-scripts/ci/check-worktree-is-clean + uses: pulumi/git-status-check-action@v1 - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . - name: Upload artifacts