Skip to content

Commit

Permalink
⚡️ :: 자동 버전업 Bot PR명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls authored Nov 24, 2023
1 parent bea2d0a commit ecd4a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-helm-block.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add helm.tf
git commit -m "Update ${CHART} version to ${VERSION}"
git commit -m "⚡️ :: Update ${CHART} version to ${VERSION}"
git push origin ${{ steps.branch.outputs.branch_name }}
gh pr create --title "Update helm chart version" --body "Update helm chart version" --base main --head ${{ steps.branch.outputs.branch_name }}
gh pr create --title "🔀 :: Update ${CHART} version to ${VERSION}" --body "Update helm chart version" --base main --head ${{ steps.branch.outputs.branch_name }}
env:
GH_TOKEN: ${{ secrets.GHP_TOKEN }}
GH_TOKEN: ${{ secrets.GHP_TOKEN }}

0 comments on commit ecd4a6e

Please sign in to comment.