Skip to content

Commit f8e0776

Browse files
committed
fix: Add space after argument
1 parent 43d79d3 commit f8e0776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
timeout ${{inputs.timeout }} ${GITHUB_ACTION_PATH}/main.sh \
4141
--code="${{ inputs.code }}" \
4242
--url="${{ inputs.url }}" \
43-
--username="${{ inputs.username }}"\
44-
--password="${{ inputs.password }}"\
43+
--username="${{ inputs.username }}" \
44+
--password="${{ inputs.password }}" \
4545
--interval="${{ inputs.interval }}"\
4646
shell: bash

0 commit comments

Comments
 (0)