File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1111 env_file :
1212 type : string
1313 required : true
14+ port :
15+ type : string
16+ required : true
1417jobs :
1518 checkout :
1619 runs-on : [self-hosted, "${{inputs.runner}}"]
4245 echo "DB_DROP_SCHEMA=${{ secrets.DB_DROP_SCHEMA }}" >> ${{inputs.env_file}}
4346 echo "AUTH_SECRET=${{ secrets.AUTH_SECRET }}" >> ${{inputs.env_file}}
4447 echo "JWT_EXPIRES_IN=${{ secrets.JWT_EXPIRES_IN }}" >> ${{inputs.env_file}}
45- echo "PORT=${{ vars.PORT }}" >> ${{inputs.env_file}}
48+ echo "PORT=${{ inputs.port }}" >> ${{inputs.env_file}}
4649 test :
4750 runs-on : [self-hosted, "${{inputs.runner}}"]
4851 needs : create_env
Original file line number Diff line number Diff line change 1111 environment : " dev"
1212 runner : " dev"
1313 env_file : " dev.env"
14+ port : ${{vars.PORT}}
1415 secrets : inherit
You can’t perform that action at this time.
0 commit comments