File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 6161 git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}
6262 git checkout -b camel-dashboard-helm-charts-${{ inputs.version }}
6363 git add ./charts/camel-dashboard-console-${{ inputs.version }}.tgz
64+ git add ./charts/index.yaml
6465 git commit -m "chore: Release helm chart camel-dashboard-console ${{ inputs.version }}"
6566 git push origin camel-dashboard-helm-charts-${{ inputs.version }}
6667
7172 token : ${{ secrets.PAT }}
7273 commit-message : " chore: Release helm chart camel-dashboard-console ${{ inputs.version }}"
7374 committer : github-actions[bot] <${GITHUB_ACTOR}@users.noreply.github.com>
74- author : ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
75+ author : ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
76+ branch : camel-dashboard-helm-charts-${{ inputs.version }}
77+ delete-branch : true
78+ signoff : false
79+ draft : false
80+ title : ' chore: Release helm chart camel-dashboard-console ${{ inputs.version }}'
81+ body : |
82+ Helm chart from camel-tooling/camel-dashboard-console repository:
83+ - version ${{ inputs.version }}
84+ - ref ${{ inputs.ref }}
85+
You can’t perform that action at this time.
0 commit comments