File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 3030 default : true
3131 type : boolean
3232
33+ env :
34+ GITHUB_TOKEN : ${{ secrets.REPO_TOKEN }}
35+ VERSION : ${github.event.inputs.version}
36+ REMOTE : ${github.event.inputs.remote}
37+ TAG : ${github.event.inputs.tag}
38+ EPICS : ${github.event.inputs.create_epics_branches}
39+ IBEX_GUI : ${github.event.inputs.create_ibex_gui_branch}
40+ SCRIPT_GENERATOR : ${github.event.inputs.create_script_gen_branch}
41+ UKTENA : ${github.event.inputs.create_uktena_branch}
42+
3343jobs :
3444 create_release_branches :
3545 runs-on : ubuntu-latest
36- env :
37- VERSION : ${github.event.inputs.version}
38- REMOTE : ${github.event.inputs.remote}
39- TAG : ${github.event.inputs.tag}
40- EPICS : ${github.event.inputs.create_epics_branches}
41- IBEX_GUI : ${github.event.inputs.create_ibex_gui_branch}
42- SCRIPT_GENERATOR : ${github.event.inputs.create_script_gen_branch}
43- UKTENA : ${github.event.inputs.create_uktena_branch}
4446 steps :
4547 - uses : actions/checkout@v4
4648 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments