Skip to content

Commit

Permalink
prefix the commit to the nango repo
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Sep 26, 2024
1 parent 6b6e866 commit 0cd14f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-flows-to-nango-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions Bot"
git add packages/shared/flows.yaml
git commit -m "Automated commit updating flows.yaml from the integration-templates repo"
git commit -m "chore(integration-templates): Automated commit updating flows.yaml from the integration-templates repo"
echo "Changes committed."
- name: Push changes to target repo
Expand Down

0 comments on commit 0cd14f7

Please sign in to comment.