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

Update action.yml with new action name #308

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Setup github/licensed'
description: 'Setup github/licensed for use in GitHub Actions workflows'
name: 'Setup licensee/licensed'
description: 'Setup licensee/licensed for use in GitHub Actions workflows'
branding:
icon: check
color: green
Expand All @@ -8,10 +8,10 @@ inputs:
description: 'Authentication token to use with the GitHub API'
required: false
version:
description: 'The github/licensed version to install'
description: 'The licensee/licensed version to install'
required: true
install-dir:
description: 'The target install directory for the github/licensed executable'
description: 'The target install directory for the licensee/licensed executable'
default: '/usr/local/bin'
required: false
runs:
Expand Down