Skip to content

Commit aa75cec

Browse files
committed
blah blah blah
1 parent 5c10b14 commit aa75cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-droneci-complete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
script: |
3333
await github.rest.repos.createCommitStatus({
3434
context: 'CMS Followup',
35-
description: 'doing cms followup tasks'
35+
description: 'blah blah blah',
3636
owner: context.repo.owner,
3737
repo: context.repo.repo,
3838
sha: '${{ inputs.github_sha }}',
@@ -59,7 +59,7 @@ jobs:
5959
script: |
6060
await github.rest.repos.createCommitStatus({
6161
context: 'K8S Followup',
62-
description: 'doing k8s followup tasks'
62+
description: 'blah blah blah',
6363
owner: context.repo.owner,
6464
repo: context.repo.repo,
6565
sha: '${{ inputs.github_sha }}',

0 commit comments

Comments
 (0)