Skip to content

Commit

Permalink
Update argocd action to specify which repo it came from
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson authored Aug 5, 2024
1 parent d3b03e0 commit 66d6b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/argocd-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 66d6b42

Please sign in to comment.