Skip to content

Commit

Permalink
Add some line breaks to commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nalanj committed Dec 10, 2024
1 parent 37a916b commit 5cea27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nango-repo-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
COMMIT_URL="${{ steps.commit_details.outputs.commit_url }}"
# Commit with a message that includes commit details
git commit -m "chore(integration-templates): Automated file sync based on changes in $COMMIT_URL by $COMMIT_AUTHOR. Commit message: $COMMIT_MESSAGE"
git commit -m "chore(integration-templates): Automated file sync\nBased on changes in $COMMIT_URL by $COMMIT_AUTHOR.\nCommit message: $COMMIT_MESSAGE"
echo "Changes committed."
Expand Down

0 comments on commit 5cea27f

Please sign in to comment.