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 5c10b14 commit aa75cecCopy full SHA for aa75cec
.github/workflows/on-droneci-complete.yml
@@ -32,7 +32,7 @@ jobs:
32
script: |
33
await github.rest.repos.createCommitStatus({
34
context: 'CMS Followup',
35
- description: 'doing cms followup tasks'
+ description: 'blah blah blah',
36
owner: context.repo.owner,
37
repo: context.repo.repo,
38
sha: '${{ inputs.github_sha }}',
@@ -59,7 +59,7 @@ jobs:
59
60
61
context: 'K8S Followup',
62
- description: 'doing k8s followup tasks'
63
64
65
0 commit comments