Skip to content

Commit 0ec2a11

Browse files
authored
Update daily-commit-link.yml
1 parent 6f58959 commit 0ec2a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-commit-link.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pip install requests
2525

2626
- name: Update README with the Latest Commit
27-
run: python update_commit.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} README.md
27+
run: python src/update_commit.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} README.md
2828

2929
- name: Commit and Push Changes
3030
run: |

0 commit comments

Comments
 (0)