Skip to content

Commit 5ab7411

Browse files
committed
Try a notice instead
1 parent 230246f commit 5ab7411

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 "::debug::Debug is ${RUNNER_DEBUG}"
62+
echo "::notice::Debug is ${RUNNER_DEBUG}"
6363
if [[ "${OSTYPE}" == "msys" ]]; then
6464
PYTHON_CMD=python
6565
else

0 commit comments

Comments
 (0)