We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230246f commit 5ab7411Copy full SHA for 5ab7411
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 "::debug::Debug is ${RUNNER_DEBUG}"
+ echo "::notice::Debug is ${RUNNER_DEBUG}"
63
if [[ "${OSTYPE}" == "msys" ]]; then
64
PYTHON_CMD=python
65
else
0 commit comments