Skip to content

Commit 5c10b14

Browse files
committed
add descriptions to createCommitStatus calls
1 parent 2749751 commit 5c10b14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
script: |
3333
await github.rest.repos.createCommitStatus({
3434
context: 'CMS Followup',
35+
description: 'doing cms followup tasks'
3536
owner: context.repo.owner,
3637
repo: context.repo.repo,
3738
sha: '${{ inputs.github_sha }}',
@@ -58,6 +59,7 @@ jobs:
5859
script: |
5960
await github.rest.repos.createCommitStatus({
6061
context: 'K8S Followup',
62+
description: 'doing k8s followup tasks'
6163
owner: context.repo.owner,
6264
repo: context.repo.repo,
6365
sha: '${{ inputs.github_sha }}',

0 commit comments

Comments
 (0)