Skip to content

Commit 9ace751

Browse files
authored
Show git diff
To help debug #6
1 parent 17a568d commit 9ace751

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
mv python-lib-template-demo-current/.git python-lib-template-demo
4040
# Commit and push the changes
4141
cd python-lib-template-demo
42+
echo "git diff:"
43+
git diff
44+
echo "---"
4245
git config user.name "Automated"
4346
git config user.email "actions@users.noreply.github.com"
4447
git add -A .

0 commit comments

Comments
 (0)