Skip to content

Commit 11102a8

Browse files
Merge pull request #259 from ISISComputingGroup/double_curly_braces
double curly braces
2 parents bb964f8 + 5cb4711 commit 11102a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/create-release-branches.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ on:
3333

3434
env:
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

4444
jobs:
4545
create_release_branches:
@@ -50,4 +50,4 @@ jobs:
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}}

0 commit comments

Comments
 (0)