Skip to content

Commit 06c8d38

Browse files
committed
Use double quotes
1 parent 2516d45 commit 06c8d38

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

action.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: 'github ghcr images cleanup'
2-
author: 'NodeFactory'
3-
description: 'github ghcr images cleanup from the github package registry'
1+
name: "github ghcr images cleanup"
2+
author: "NodeFactory"
3+
description: "github ghcr images cleanup from the github package registry"
44
inputs:
55
excluded_versions:
6-
description: 'allows to exclude certain versions, eg. x.y.z, stable, beta, latest,...'
6+
description: "allows to exclude certain versions, eg. x.y.z, stable, beta, latest,..."
77
required: false
88
num_versions_to_keep:
9-
description: 'number of most recent versions to keep (excluded versions aren't included into count'
9+
description: "number of most recent versions to keep (excluded versions aren't included into count"
1010
required: true
1111
package_name:
12-
description: 'name of github package'
12+
description: "name of github package"
1313
required: true
1414
token:
15-
description: 'github auth token'
15+
description: "github auth token"
1616
required: true
1717
username:
18-
description: 'github username'
18+
description: "github username"
1919
required: false
2020
organisation:
21-
description: 'github organisation'
21+
description: "github organisation"
2222
required: false
2323
runs:
24-
using: 'node14'
25-
main: 'dist/index.js'
24+
using: "node14"
25+
main: "dist/index.js"

0 commit comments

Comments
 (0)