We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4faab38 commit 0b479d0Copy full SHA for 0b479d0
bin/set-gh-status.js
@@ -117,6 +117,9 @@ function checkEnvVariables(env) {
117
118
checkEnvVariables(process.env)
119
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
+
123
const options = {
124
filename: args['--file'],
125
checkAgainstReadme: args['--check-against-readme']
0 commit comments