Merge pull request #381 from anmol098/feat/verbose_tests_and_dry_running

Verbose logging environmental variable added
This commit is contained in:
Alexander Sergeev
2023-02-26 07:11:00 +01:00
committed by GitHub
10 changed files with 145 additions and 15 deletions

View File

@@ -132,6 +132,11 @@ inputs:
description: "Version of the symbol block and empty of the progress bar"
default: "1"
DEBUG_LOGGING:
required: false
description: "Whether to enable action debug logging"
default: ${{ runner.debug }}
runs:
using: 'docker'
image: 'docker://wakareadmestats/waka-readme-stats:master'