We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f58959 commit 0ec2a11Copy full SHA for 0ec2a11
.github/workflows/daily-commit-link.yml
@@ -24,7 +24,7 @@ jobs:
24
run: pip install requests
25
26
- name: Update README with the Latest Commit
27
- 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
28
29
- name: Commit and Push Changes
30
run: |
0 commit comments