Skip to content

Commit

Permalink
Show git diff
Browse files Browse the repository at this point in the history
To help debug #6
  • Loading branch information
simonw authored Jan 16, 2024
1 parent 17a568d commit 9ace751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
mv python-lib-template-demo-current/.git python-lib-template-demo
# Commit and push the changes
cd python-lib-template-demo
echo "git diff:"
git diff
echo "---"
git config user.name "Automated"
git config user.email "[email protected]"
git add -A .
Expand Down

1 comment on commit 9ace751

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.