diff --git a/.github/workflows/docs_workflow.yml b/.github/workflows/docs_workflow.yml index 9b8e271c..6761276c 100644 --- a/.github/workflows/docs_workflow.yml +++ b/.github/workflows/docs_workflow.yml @@ -68,7 +68,7 @@ jobs: pip check cd docs # gh-pages branch must already exist - git clone https://github.com/MPAS-Dev/geometric_features.git --branch gh-pages --single-branch gh-pages + git clone https://github.com/altheaden/geometric_features.git --branch gh-pages --single-branch gh-pages # Make sure we're in the gh-pages directory. cd gh-pages # Create `.nojekyll` (if it doesn't already exist) for proper GH Pages configuration. diff --git a/.github/workflows/pre_commit_update_workflow.yml b/.github/workflows/pre_commit_update_workflow.yml index 544b5062..5b967855 100644 --- a/.github/workflows/pre_commit_update_workflow.yml +++ b/.github/workflows/pre_commit_update_workflow.yml @@ -29,7 +29,7 @@ jobs: - name: Apply and commit updates run: | - git clone https://github.com/MPAS-Dev/geometric_features.git update-pre-commit-deps + git clone https://github.com/altheaden/geometric_features.git update-pre-commit-deps cd update-pre-commit-deps # Configure git using GitHub Actions credentials. git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" @@ -61,7 +61,7 @@ jobs: --title "Update pre-commit and its dependencies" \ --body "This PR was auto-generated to update pre-commit and its dependencies." \ --head update-pre-commit-deps \ - --reviewer altheaden,xylar \ + --reviewer altheaden \ --label ci env: GH_TOKEN: ${{ github.token }}