diff --git a/.github/workflows/daily-commit-link.yml b/.github/workflows/daily-commit-link.yml index b8716e65..78e8336c 100644 --- a/.github/workflows/daily-commit-link.yml +++ b/.github/workflows/daily-commit-link.yml @@ -24,7 +24,7 @@ jobs: run: pip install requests - name: Update README with the Latest Commit - run: python update_commit.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} README.md + run: python src/update_commit.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} README.md - name: Commit and Push Changes run: |