Skip to content

Commit 7250a69

Browse files
Update update-changelog.yml
1 parent fd65413 commit 7250a69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
run: |
2727
pip install PyGithub
2828
pip install python-dateutil
29+
30+
- name: Debug
31+
run: |
32+
echo "GitHub Token: ${{ secrets.ACTION_TOKEN }}"
33+
echo "Commit SHA: ${{ github.sha }}"
2934
3035
- name: Run script
3136
run: python update_changelog.py ${{ github.sha }} ${{ secrets.ACTION_TOKEN }}

0 commit comments

Comments
 (0)