Skip to content

Commit

Permalink
fix(promote-helm): commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 20, 2022
1 parent f65460b commit ebff096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitops-promote-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebff096

Please sign in to comment.