mirror of https://git.rancher.io/charts
[dev-v2.10] auto bump trigger (#4854)
parent
2759f5f897
commit
500fe5c2e1
|
@ -42,10 +42,11 @@ jobs:
|
|||
- name: Git Add, Commit, Push Changes
|
||||
run: |
|
||||
git add .
|
||||
git commit -m "Auto bump chart version for ${env.CHART}"
|
||||
git commit -m "Auto bump chart version for ${{ env.CHART }}"
|
||||
git push origin ${{ env.BRANCH }}
|
||||
|
||||
- name: Create Pull Request
|
||||
run: |
|
||||
gh auth login --with-token < ${{ secrets.GITHUB_TOKEN }}
|
||||
gh pr create --base ${{ env.BRANCH }} --head ${{ github.sha }} --title "[${env.BRANCH}] auto bump: ${env.CHART}" --body "This PR auto-bumps the chart version for ${env.CHART}"
|
||||
gh pr create --base ${{ env.BRANCH }} --head ${{ github.sha }} --title "[${{ env.BRANCH }}] auto bump: ${{ env.CHART }}" --body "This PR auto-bumps the chart version for ${{ env.CHART }}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue