diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1bfce997..40b9ebcc 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -39,13 +39,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: @@ -108,7 +101,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 4ff10938..0b0543ac 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.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/release.yml b/.github/workflows/release.yml index dc90025c..b34880de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,13 +39,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: @@ -108,7 +101,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 cdba0949..fe379362 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -49,13 +49,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: @@ -118,7 +111,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