Skip to content

Commit

Permalink
YAML updates for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Sep 6, 2023
1 parent 5b4d490 commit 174e8c5
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# action.yml
name: 'Equinix Metal Project'
description: 'Create an Equinix Metal and a new Project API Key for that project'
---
name: Equinix Metal Project
description: >
Create an Equinix Metal and a new Project API Key for that project
inputs:
projectName:
description: 'Equinix Metal Project Name. A name will be generated from the Git SHA if not provided.'
description: >
Equinix Metal Project Name. A name will be generated from the Git SHA if
not provided.
required: false
default: ''
organizationID:
description: 'Equinix Metal Organization ID for the Project. The default organization for the user will be used by the API if this is not provided.'
description: >
Equinix Metal Organization ID for the Project. The default organization
for the user will be used by the API if this is not provided.
required: false
userToken:
description: 'The user API key to use when creating the project.'
Expand All @@ -24,9 +29,13 @@ outputs:
projectToken:
description: 'A Project API key restricted to the new project'
projectSSHPrivateKeyBase64:
description: 'A private SSH key (base64 encoded to preserve new lines) authorized as root on devices created in the created project.'
description: >
A private SSH key (base64 encoded to preserve new lines) authorized as
root on devices created in the created project.'
projectSSHPublicKey:
description: 'A public SSH key authorized as root on devices created in the created project.'
description: >
A public SSH key authorized as root on devices created in the created
project.
organizationID:
description: 'The Equinix Metal Organization ID for the created project'
runs:
Expand Down

0 comments on commit 174e8c5

Please sign in to comment.