Skip to content

Commit

Permalink
Use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed May 31, 2021
1 parent 2516d45 commit 06c8d38
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: 'github ghcr images cleanup'
author: 'NodeFactory'
description: 'github ghcr images cleanup from the github package registry'
name: "github ghcr images cleanup"
author: "NodeFactory"
description: "github ghcr images cleanup from the github package registry"
inputs:
excluded_versions:
description: 'allows to exclude certain versions, eg. x.y.z, stable, beta, latest,...'
description: "allows to exclude certain versions, eg. x.y.z, stable, beta, latest,..."
required: false
num_versions_to_keep:
description: 'number of most recent versions to keep (excluded versions aren't included into count'
description: "number of most recent versions to keep (excluded versions aren't included into count"
required: true
package_name:
description: 'name of github package'
description: "name of github package"
required: true
token:
description: 'github auth token'
description: "github auth token"
required: true
username:
description: 'github username'
description: "github username"
required: false
organisation:
description: 'github organisation'
description: "github organisation"
required: false
runs:
using: 'node14'
main: 'dist/index.js'
using: "node14"
main: "dist/index.js"

0 comments on commit 06c8d38

Please sign in to comment.