File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
charts/github-actions-runner Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 check_vars :
17- runs-on : [ ubuntu-latest]
17+ runs-on : ubuntu-latest
1818 outputs :
1919 chart : ${{ steps.eval.outputs.chart }}
2020 appVersion : ${{ steps.eval.outputs.appVersion }}
5151 fi
5252
5353 update_appVersion :
54- runs-on : [ ubuntu-latest]
54+ runs-on : ubuntu-latest
5555 needs : [check_vars]
5656 steps :
5757 - name : Checkout code
9494 ./helm-docs -t templates/README.md.gotmpl
9595
9696 git status
97- git commit -a -m "update chart ${{ needs.check_vars.outputs.chart }} to appVersion ${{ needs.check_vars.outputs.appVersion }}"
97+ git commit charts/${{ needs.check_vars.outputs.chart }} -m "update chart ${{ needs.check_vars.outputs.chart }} to appVersion ${{ needs.check_vars.outputs.appVersion }}"
9898 git push
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for Kubernetes
44
55type : application
66
7- version : 0.3.14
8- appVersion : 0.7.2
7+ version : 0.4.0
8+ appVersion : 0.7.3
99
1010kubeVersion : " >=1.19.0"
1111
Original file line number Diff line number Diff line change 11# github-actions-runner
22
3- ![ Version: 0.3.14 ] ( https://img.shields.io/badge/Version-0.3.14 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.7.2 ] ( https://img.shields.io/badge/AppVersion-0.7.2 -informational?style=flat-square )
3+ ![ Version: 0.4.0 ] ( https://img.shields.io/badge/Version-0.4.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.7.3 ] ( https://img.shields.io/badge/AppVersion-0.7.3 -informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
You can’t perform that action at this time.
0 commit comments