Skip to content

Commit 0b479d0

Browse files
committed
fix: debug sha
1 parent 4faab38 commit 0b479d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/set-gh-status.js

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ function checkEnvVariables(env) {
117117

118118
checkEnvVariables(process.env)
119119

120+
debug('GH env variables: GITHUB_REPOSITORY %s GH_SHA %s GITHUB_SHA %s',
121+
process.env.GITHUB_REPOSITORY, process.env.GH_SHA, process.env.GITHUB_SHA)
122+
120123
const options = {
121124
filename: args['--file'],
122125
checkAgainstReadme: args['--check-against-readme']

0 commit comments

Comments
 (0)