We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd18d57 commit 1233ff3Copy full SHA for 1233ff3
1 file changed
action.yml
@@ -59,7 +59,7 @@ runs:
59
- name: Run Python Lint
60
run: |
61
echo "::notice::Using python version ${INPUTS_PYTHON_VERSION}"
62
- echo "::notice::Debug is ${RUNNER_DEBUG}"
+ echo "::debug::Debug is ${RUNNER_DEBUG}"
63
if [[ "${OSTYPE}" == "msys" ]]; then
64
PYTHON_CMD=python
65
else
0 commit comments