Skip to content

Commit

Permalink
Address issue flagged by UD X-LAB
Browse files Browse the repository at this point in the history
  • Loading branch information
jcampbell committed May 10, 2024
1 parent 8004ddd commit 5d719a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ge-pr-comment-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ge-pr-push-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5d719a6

Please sign in to comment.