Skip to content

Commit

Permalink
Try just using real newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
nalanj committed Dec 10, 2024
1 parent 5cea27f commit cec1b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nango-repo-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ 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\nBased on changes in $COMMIT_URL by $COMMIT_AUTHOR.\nCommit message: $COMMIT_MESSAGE"
git commit -m "chore(integration-templates): Automated file sync
Based on changes in $COMMIT_URL by $COMMIT_AUTHOR.
Commit message: $COMMIT_MESSAGE"
echo "Changes committed."
Expand Down

0 comments on commit cec1b68

Please sign in to comment.