We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d79d3 commit f8e0776Copy full SHA for f8e0776
action.yml
@@ -40,7 +40,7 @@ runs:
40
timeout ${{inputs.timeout }} ${GITHUB_ACTION_PATH}/main.sh \
41
--code="${{ inputs.code }}" \
42
--url="${{ inputs.url }}" \
43
- --username="${{ inputs.username }}"\
44
- --password="${{ inputs.password }}"\
+ --username="${{ inputs.username }}" \
+ --password="${{ inputs.password }}" \
45
--interval="${{ inputs.interval }}"\
46
shell: bash
0 commit comments