Moved if higher.

This commit is contained in:
Alexander Artemenko 2021-02-02 19:23:44 +03:00
parent 8102c14cb1
commit fe42215b30

View file

@ -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