diff --git a/.github/workflows/update-github-stars.yml b/.github/workflows/update-github-stars.yml index f52716c66..6866b0b50 100644 --- a/.github/workflows/update-github-stars.yml +++ b/.github/workflows/update-github-stars.yml @@ -16,7 +16,7 @@ jobs: - name: Run github-stars update script run: | - bash -x automation/doc-sync.sh + bash -x automation/update-github-stars.sh - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update GitHub Stars"