Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 153db8b

Browse files
authored
Update action.yml with new action name
The action name needed to change to be unique and reflect that this action is for licensee/licensed.
1 parent 24a0262 commit 153db8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Setup github/licensed'
2-
description: 'Setup github/licensed for use in GitHub Actions workflows'
1+
name: 'Setup licensee/licensed'
2+
description: 'Setup licensee/licensed for use in GitHub Actions workflows'
33
branding:
44
icon: check
55
color: green
@@ -8,10 +8,10 @@ inputs:
88
description: 'Authentication token to use with the GitHub API'
99
required: false
1010
version:
11-
description: 'The github/licensed version to install'
11+
description: 'The licensee/licensed version to install'
1212
required: true
1313
install-dir:
14-
description: 'The target install directory for the github/licensed executable'
14+
description: 'The target install directory for the licensee/licensed executable'
1515
default: '/usr/local/bin'
1616
required: false
1717
runs:

0 commit comments

Comments
 (0)