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.
COMMIT_SHA_CHECK
1 parent 404c0ac commit 44806a2Copy full SHA for 44806a2
lib/ci/run_ci.js
@@ -62,7 +62,8 @@ export class RunPRJob {
62
parameter: [
63
{ name: 'GITHUB_ORG', value: this.owner },
64
{ name: 'REPO_NAME', value: this.repo },
65
- { name: 'GIT_REMOTE_REF', value: `refs/pull/${this.prid}/head` }
+ { name: 'GIT_REMOTE_REF', value: `refs/pull/${this.prid}/head` },
66
+ { name: 'COMMIT_SHA_CHECK', value: this.certifySafe }
67
]
68
}));
69
return payload;
0 commit comments