Debug only: print environment variable
This commit is contained in:
parent
7567eab606
commit
3b348d9a54
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import * as assert from 'assert'
|
|||
const actualConfig = loadActualConfig()
|
||||
|
||||
const rawExpectedConfig = process.argv[3].trim()
|
||||
core.info("rawExpectedConfig: " + rawExpectedConfig)
|
||||
if (!rawExpectedConfig) {
|
||||
core.setFailed('No expected configuration provided')
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue