From 0cd14f74cca865c8ad0226ea1171635eed5f4e42 Mon Sep 17 00:00:00 2001 From: Khaliq Date: Thu, 26 Sep 2024 15:30:28 +0300 Subject: [PATCH] prefix the commit to the nango repo --- .github/workflows/push-flows-to-nango-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-flows-to-nango-repo.yaml b/.github/workflows/push-flows-to-nango-repo.yaml index b3633f7a..105193fb 100644 --- a/.github/workflows/push-flows-to-nango-repo.yaml +++ b/.github/workflows/push-flows-to-nango-repo.yaml @@ -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