Moved if higher.
This commit is contained in:
parent
8102c14cb1
commit
fe42215b30
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -79,9 +79,9 @@ runs:
|
||||||
# (format t "::endgroup::~%"))
|
# (format t "::endgroup::~%"))
|
||||||
|
|
||||||
- name: Run a custom Roswell Script
|
- name: Run a custom Roswell Script
|
||||||
|
if: ${{ inputs.custom-code }}
|
||||||
shell: ros -Q -- {0} "$@"
|
shell: ros -Q -- {0} "$@"
|
||||||
run: ${{ inputs.custom-code }}
|
run: ${{ inputs.custom-code }}
|
||||||
if: ${{ inputs.custom-code }}
|
|
||||||
|
|
||||||
# - name: Test
|
# - name: Test
|
||||||
# shell: bash
|
# shell: bash
|
||||||
|
|
Loading…
Reference in a new issue