File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3333
3434env :
3535 GITHUB_TOKEN : ${{ secrets.REPO_TOKEN }}
36- VERSION : ${github.event.inputs.version}
37- REMOTE : ${github.event.inputs.remote}
38- TAG : ${github.event.inputs.tag}
39- EPICS : ${github.event.inputs.create_epics_branches}
40- IBEX_GUI : ${github.event.inputs.create_ibex_gui_branch}
41- SCRIPT_GENERATOR : ${github.event.inputs.create_script_gen_branch}
42- UKTENA : ${github.event.inputs.create_uktena_branch}
36+ VERSION : ${{ github.event.inputs.version} }
37+ REMOTE : ${{ github.event.inputs.remote} }
38+ TAG : ${{ github.event.inputs.tag} }
39+ EPICS : ${{ github.event.inputs.create_epics_branches} }
40+ IBEX_GUI : ${{ github.event.inputs.create_ibex_gui_branch} }
41+ SCRIPT_GENERATOR : ${{ github.event.inputs.create_script_gen_branch} }
42+ UKTENA : ${{ github.event.inputs.create_uktena_branch} }
4343
4444jobs :
4545 create_release_branches :
5050 with :
5151 python-version : ' 3.12'
5252 - run : python -m pip install -r release_scripts/requirements.txt
53- - run : python --version ${github.event.inputs.version}
53+ - run : python --version ${{ github.event.inputs.version} }
You can’t perform that action at this time.
0 commit comments