Skip to content

Commit 7e7e5f2

Browse files
authored
action descriptions update (#43)
1 parent cbc7d69 commit 7e7e5f2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

action.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ inputs:
3333
default: -1
3434
type: number
3535
badge-file-name:
36-
description: When specified coverage badge will be created and saved to file with this name.
36+
description: When specified coverage badge will be created and saved to this file.
3737
required: false
3838
default: ""
3939
type: string
40-
cdn-key:
41-
description: CDN key.
40+
cdn-secret:
41+
description: CDN API secret. When specified action will create and upload badge to CDN.
4242
required: false
4343
default: ""
4444
type: string
45-
cdn-secret:
46-
description: CDN secret.
45+
cdn-key:
46+
description: CDN API key.
4747
required: false
4848
default: ""
4949
type: string
@@ -53,12 +53,12 @@ inputs:
5353
default: ""
5454
type: string
5555
cdn-endpoint:
56-
description: CDN endpoint.
56+
description: CDN endpoint.
5757
required: false
5858
default: ""
5959
type: string
6060
cdn-file-name:
61-
description: CDN file name.
61+
description: File name (including path) of badge on CDN.
6262
required: false
6363
default: ""
6464
type: string
@@ -73,32 +73,32 @@ inputs:
7373
default: false
7474
type: boolean
7575
git-token:
76-
description: Github token.
76+
description: GitHub token. When specified action will create and upload badge to GitHub repository.
7777
required: false
7878
default: ""
7979
type: string
8080
git-repository:
81-
description: Github repository in format {owner}/{repository}.
81+
description: GitHub repository in format {owner}/{repository} where badge is stored.
8282
required: false
8383
default: ${{ github.repository }}
8484
type: string
8585
git-branch:
86-
description: git branch where badge will be stored.
86+
description: Branch where badge is stored.
8787
required: false
8888
default: ""
8989
type: string
9090
git-file-name:
91-
description: File name of badge stored to repository.
91+
description: File name (including path) of badge stored to specified repository.
9292
required: false
9393
default: .badges/${{ github.ref_name }}/coverage.svg
9494
type: string
9595
outputs:
9696
total-coverage:
9797
description: Holds total coverage value.
9898
badge-text:
99-
description: Holds badge text value.
99+
description: Deprecated! Holds badge text value.
100100
badge-color:
101-
description: Holds badge color value.
101+
description: Deprecated! Holds badge color value.
102102
runs:
103103
using: docker
104104
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.8.0

0 commit comments

Comments
 (0)