From 66d6b422096ec0c2c37776378fe870124126eb0d Mon Sep 17 00:00:00 2001 From: Nick Hudson Date: Mon, 5 Aug 2024 10:28:47 -0500 Subject: [PATCH] Update argocd action to specify which repo it came from --- .github/actions/argocd-update/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/argocd-update/action.yml b/.github/actions/argocd-update/action.yml index 88c0c72..07e4ca6 100644 --- a/.github/actions/argocd-update/action.yml +++ b/.github/actions/argocd-update/action.yml @@ -71,5 +71,5 @@ runs: git add --all # debugging git diff HEAD - git commit -m "Update from coredb-io/control-plane: ${{ inputs.version }}" + git commit -m "Update from tembo-io/tembo-metrics: ${{ inputs.version }}" git push origin ${{ inputs.branch }}