diff --git a/.github/workflows/ge-pr-comment-demo.yaml b/.github/workflows/ge-pr-comment-demo.yaml index a636696..35e108f 100644 --- a/.github/workflows/ge-pr-comment-demo.yaml +++ b/.github/workflows/ge-pr-comment-demo.yaml @@ -53,7 +53,7 @@ jobs: # Run Great Expectation checkpoints and deploy Data Docs to Netlify - name: Run Great Expectation Checkpoints id: ge - uses: superconductive/great_expectations_action@main + uses: great-expectations/great_expectations_action@main with: CHECKPOINTS: ${{ matrix.checkpoints }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} diff --git a/.github/workflows/ge-pr-push-demo.yaml b/.github/workflows/ge-pr-push-demo.yaml index 8591e2c..927c346 100644 --- a/.github/workflows/ge-pr-push-demo.yaml +++ b/.github/workflows/ge-pr-push-demo.yaml @@ -32,7 +32,7 @@ jobs: # Run Great Expectations and deploy Data Docs to Netlify - name: Run Great Expectation Checkpoints id: ge - uses: superconductive/great_expectations_action@main + uses: great-expectations/great_expectations_action@main # continue-on-error: true with: CHECKPOINTS: ${{ matrix.checkpoints }}