diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 806aaa0f..30c7182f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -42,13 +42,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: @@ -111,7 +104,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 ce753f81..be3cd21f 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -43,13 +43,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: @@ -112,7 +105,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 06e473f7..ba795601 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,13 +42,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: @@ -111,7 +104,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 6ef8ec2b..34f701ba 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -52,13 +52,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: @@ -121,7 +114,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