From 0ec2a11e35697f183aed208e9e8f931ee0fccdc7 Mon Sep 17 00:00:00 2001 From: Het Patel <124852522+Hunterdii@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:25:49 +0530 Subject: [PATCH] Update daily-commit-link.yml --- .github/workflows/daily-commit-link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |