Skip to content

Commit

Permalink
ci: pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 23, 2025
1 parent 032cefb commit e1d5b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Run update.py
env:
GITHUB_TOKEN: ${{ github.GITHUB_TOKEN }}
run: python3 update_time.py && ls -alh && diff README.md test.md --color=always || . .github/push.sh
run: python3 update_time.py && ls -alh && diff README.md test.md --color=always || pwd && . .github/push.sh

0 comments on commit e1d5b20

Please sign in to comment.