File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 44 workflow_call :
55 inputs :
66 app-env :
7- description : ' application environment'
7+ description : ' Application environment'
88 required : true
99 type : string
1010 preview :
11- description : ' create or destroy preview env'
11+ description : ' Create or destroy preview env'
1212 required : false
1313 type : string
1414 default : false
1515 working-directory :
16- description : ' working directory in repo'
16+ description : ' Working directory in repo'
1717 required : false
1818 type : string
1919 default : ./
2020 stack-name :
21- description : ' stack name'
21+ description : ' Stack name'
2222 required : false
2323 default : " "
2424 type : string
2525 yarn-cache :
26- description : ' cache required or not for yarn install'
26+ description : ' Cache required or not for yarn install'
2727 type : string
2828 default : false
2929 deploy :
30- description : ' default deploy otherwise run diff command to detect changes in stacks'
30+ description : ' Default deploy otherwise run diff command to detect changes in stacks'
3131 type : string
3232 default : true
3333 self-hosted :
34- description : ' deploy stack with github self hosted runner or not'
34+ description : ' Deploy stack with github self hosted runner or not'
3535 type : string
3636 default : true
3737
4040 description : ' GitHub Token'
4141 required : false
4242 env-vars :
43- description : ' environment -variables to store in .env file'
43+ description : ' Environment -variables to store in .env file'
4444 required : false
4545 build-role :
46- description : ' assume role arn'
46+ description : ' Assume role arn'
4747 required : true
4848
4949
5757 id : step1
5858 run : |
5959 if [ ${{ inputs.self-hosted }} == 'true' ]; then
60- echo "runner=flo- ${{ inputs.app-env }}" >> "$GITHUB_OUTPUT"
60+ echo "runner=${{ inputs.app-env }}" >> "$GITHUB_OUTPUT"
6161 else
6262 echo "runner=ubuntu-latest" >> "$GITHUB_OUTPUT"
6363 fi
You can’t perform that action at this time.
0 commit comments