diff --git a/action.yml b/action.yml index 14dfb4b..3176aa8 100644 --- a/action.yml +++ b/action.yml @@ -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.' @@ -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: