We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a568d commit 9ace751Copy full SHA for 9ace751
1 file changed
.github/workflows/push.yml
@@ -39,6 +39,9 @@ jobs:
39
mv python-lib-template-demo-current/.git python-lib-template-demo
40
# Commit and push the changes
41
cd python-lib-template-demo
42
+ echo "git diff:"
43
+ git diff
44
+ echo "---"
45
git config user.name "Automated"
46
git config user.email "actions@users.noreply.github.com"
47
git add -A .
0 commit comments