Skip to content

Commit b16eb9c

Browse files
authored
Merge pull request #4 from digicert/action-yaml-details-update
Revise action name and description in action.yml
2 parents f53b222 + 32cafcf commit b16eb9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Sample action yaml files
44
# https://github.com/microsoft/action-python/blob/main/action.yml
5-
name: '<a href="https://www.digicert.com">DigiCert Software Trust Manager</a> simplified signing'
5+
name: 'DigiCert Binary Signing'
66
author: DigiCert
7-
description: 'Sign your artifacts with STM'
7+
description: 'Code signing for Windows/Linux/macOS. Includes private key security, MFA, streamlined automation and bulk signing for high volume releases.'
88
branding:
99
color: blue
1010
icon: check-circle
@@ -81,4 +81,4 @@ inputs:
8181
runs:
8282
using: node20
8383
main: 'dist/index.js'
84-
post-if: success()
84+
post-if: success()

0 commit comments

Comments
 (0)