diff --git a/.github/workflows/gitops-promote-helm.yaml b/.github/workflows/gitops-promote-helm.yaml index a5c8bea..0e14e99 100644 --- a/.github/workflows/gitops-promote-helm.yaml +++ b/.github/workflows/gitops-promote-helm.yaml @@ -75,7 +75,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git add -A - git commit -m "feat(${{ github.event.repository.name }}): ${{ github.event.repository.name }}-pr-${{ github.event.pull_request.number }} ${{ github.sha }}" + git commit -m "feat(${{ github.event.repository.name }}): promote to ${{ github.ref_name }}" fi - name: Push main