Skip to content

Commit

Permalink
add missing then statement
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolSpy3 committed Jul 28, 2024
1 parent 3f5beb7 commit a3c4818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
id: setup
run: |
webotsOptions="--no-rendering --stdout --stderr --minimize --batch"
if [ -n '${{ inputs.webotsTag }}' ]
if [ -n '${{ inputs.webotsTag }}' ]; then
webotsTag=${{ inputs.webotsTag }}
else
webotsTag=${{ inputs.webotsVersion }}
Expand Down

0 comments on commit a3c4818

Please sign in to comment.