File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1818 pub_credentials :
1919 required : true
2020 type : string
21+ timeout_minutes :
22+ required : false
23+ type : number
24+ default : 5
2125
2226jobs :
2327 publish :
2630 working-directory : ${{inputs.working_directory}}
2731
2832 runs-on : ${{inputs.runs_on}}
33+
34+ timeout-minutes : ${{inputs.timeout_minutes}}
2935
3036 steps :
3137 - name : 📚 Git Checkout
Original file line number Diff line number Diff line change 2222 pub_credentials :
2323 required : true
2424 type : string
25+ timeout_minutes :
26+ required : false
27+ type : number
28+ default : 5
2529
2630jobs :
2731 publish :
3034 working-directory : ${{inputs.working_directory}}
3135
3236 runs-on : ${{inputs.runs_on}}
37+
38+ timeout-minutes : ${{inputs.timeout_minutes}}
3339
3440 steps :
3541 - name : 📚 Git Checkout
Original file line number Diff line number Diff line change 1818 mason_credentials :
1919 required : true
2020 type : string
21+ timeout_minutes :
22+ required : false
23+ type : number
24+ default : 5
2125
2226jobs :
2327 publish :
2630 working-directory : ${{inputs.working_directory}}
2731
2832 runs-on : ${{inputs.runs_on}}
33+
34+ timeout-minutes : ${{inputs.timeout_minutes}}
2935
3036 steps :
3137 - name : 📚 Git Checkout
You can’t perform that action at this time.
0 commit comments