Skip to content

Commit 386b884

Browse files
committed
Add DCO signoff to workflow commits
Signed-off-by: Kumari Ladli <kumariladli2882@gmail.com>
1 parent 63db59f commit 386b884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notion-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git config user.email "actions@github.com"
4949
git checkout -B notion-to-github
5050
git add .
51-
git diff --quiet && git diff --staged --quiet || git commit -m "Sync from Notion $(date +%Y-%m-%d)"
51+
git diff --quiet && git diff --staged --quiet || git commit -s -m "Sync from Notion $(date +%Y-%m-%d)"
5252
git push -f origin notion-to-github
5353
5454
# Step 6: Create Pull Request

0 commit comments

Comments
 (0)