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 6cb0c54 commit 9b0c67dCopy full SHA for 9b0c67d
.github/workflows/on-droneci-complete.yml
@@ -35,7 +35,7 @@ jobs:
35
script: |
36
await github.rest.repos.createCommitStatus({
37
context: 'CMS Followup',
38
- description: 'blah blah blah',
+ description: 'this job should succeed',
39
owner: context.repo.owner,
40
repo: context.repo.repo,
41
sha: '${{ inputs.github_sha }}',
@@ -63,7 +63,7 @@ jobs:
63
64
65
context: 'K8S Followup',
66
+ description: 'this job should fail',
67
68
69
0 commit comments