File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 required : false
3434 default : " mvn clean verify"
3535 type : string
36- AWS_REGION :
36+ aws_region :
3737 description : " AWS Region"
3838 required : false
3939 default : " us-east-1"
4444 permissions : write-all
4545 runs-on : ubuntu-latest
4646 env :
47- AWS_REGION : ${{ inputs.AWS_REGION || 'us-east-1' }}
48- AWS_DEFAULT_REGION : ${{ inputs.AWS_REGION || 'us-east-1' }}
47+ AWS_REGION : ${{ inputs.aws_region || 'us-east-1' }}
48+ AWS_DEFAULT_REGION : ${{ inputs.aws_region || 'us-east-1' }}
4949
5050 steps :
5151 - name : Checkout code
6464
6565 - name : Runs test
6666 run : ${{ inputs.test_command }}
67+ env :
68+ AWS_REGION : ${{ inputs.aws_region || 'us-east-1' }}
69+ AWS_DEFAULT_REGION : ${{ inputs.aws_region || 'us-east-1' }}
6770
6871 # Para evitar erros com permissão de escrita
6972 # https://stackoverflow.com/a/75250838/3929980
You can’t perform that action at this time.
0 commit comments