We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63db59f commit 386b884Copy full SHA for 386b884
.github/workflows/notion-sync.yml
@@ -48,7 +48,7 @@ jobs:
48
git config user.email "actions@github.com"
49
git checkout -B notion-to-github
50
git add .
51
- git diff --quiet && git diff --staged --quiet || git commit -m "Sync from Notion $(date +%Y-%m-%d)"
+ git diff --quiet && git diff --staged --quiet || git commit -s -m "Sync from Notion $(date +%Y-%m-%d)"
52
git push -f origin notion-to-github
53
54
# Step 6: Create Pull Request
0 commit comments