File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 6767 description : Additional parameters of aws cloudformation deploy
6868 required : false
6969 type : string
70+ runner :
71+ description : Runner to use
72+ required : false
73+ type : string
74+ default : ubuntu-22.04-arm64
7075
7176 outputs :
7277 stackOutputs :
8691
8792jobs :
8893 deploy :
89- runs-on : ubuntu-latest
94+ runs-on : ${{ inputs.runner }}
9095 outputs :
9196 stackOutputs : ${{ steps.deploy.outputs.stackOutputs }}
9297 steps :
Original file line number Diff line number Diff line change 7777 description : Runner to use
7878 required : false
7979 type : string
80- default : ubuntu-22.04
80+ default : ubuntu-22.04-arm64
8181 helmfileVersion :
8282 description : Helmfile version
8383 required : false
Original file line number Diff line number Diff line change 88 description : Commit SHA
99 required : false
1010 type : string
11+ runner :
12+ description : Runner to use
13+ required : false
14+ type : string
15+ default : ubuntu-22.04-arm64
1116
1217 outputs :
1318 short_commit_sha :
2530
2631jobs :
2732 get_values :
28- runs-on : ubuntu-latest
33+ runs-on : ${{ inputs.runner }}
2934 outputs :
3035 short_commit_sha : ${{ steps.get_context.outputs.short_commit_sha }}
3136 clean_branch_name : ${{ steps.get_context.outputs.clean_branch_name }}
5661 echo "clean_branch_name=${CLEAN_BRANCH_NAME}" >> $GITHUB_OUTPUT
5762 echo "clean_branch_name_with_suffix=${CLEAN_BRANCH_NAME_WITH_SUFFIX}" >> $GITHUB_OUTPUT
5863
59- - name : get last commit author
64+ - name : get last commit author
6065 uses : actions/github-script@v7
6166 id : get_commit_author
6267 with :
You can’t perform that action at this time.
0 commit comments