Skip to content

Commit 1233ff3

Browse files
committed
Back to debug message
1 parent dd18d57 commit 1233ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
- name: Run Python Lint
6060
run: |
6161
echo "::notice::Using python version ${INPUTS_PYTHON_VERSION}"
62-
echo "::notice::Debug is ${RUNNER_DEBUG}"
62+
echo "::debug::Debug is ${RUNNER_DEBUG}"
6363
if [[ "${OSTYPE}" == "msys" ]]; then
6464
PYTHON_CMD=python
6565
else

0 commit comments

Comments
 (0)