From 5f9d0edf188d1a50d2c46bcee1e39063380565c7 Mon Sep 17 00:00:00 2001 From: Alan Johnson Date: Tue, 10 Dec 2024 11:43:12 -0500 Subject: [PATCH] Run action again to make sure no new commit goes to branch --- .github/workflows/nango-repo-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nango-repo-sync.yaml b/.github/workflows/nango-repo-sync.yaml index 2676ee21..19ccf10c 100644 --- a/.github/workflows/nango-repo-sync.yaml +++ b/.github/workflows/nango-repo-sync.yaml @@ -89,7 +89,7 @@ jobs: Based on changes in $COMMIT_URL by $COMMIT_AUTHOR. Commit message: $COMMIT_MESSAGE" - echo "Changes committed." + echo "Changes committed" - name: Push changes to target repo working-directory: nango