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 54551e7 commit 663c7eeCopy full SHA for 663c7ee
.github/workflows/kratix.yaml
@@ -29,7 +29,7 @@ jobs:
29
script: |
30
const statusContext = 'ci-tests';
31
const runId = process.env.GITHUB_RUN_ID || 'unknown';
32
- const sha = process.env.GITHUB_SHA || '${{ github.sha }}';
+ const sha = '${{ github.event.inputs.sha }}'
33
34
try {
35
await github.rest.repos.createCommitStatus({
@@ -262,7 +262,7 @@ jobs:
262
263
264
265
266
267
// Collect job results from workflow context
268
const jobResults = [
0 commit comments