Skip to content

Commit 2309b54

Browse files
esacpe strings
1 parent 8d5b7bd commit 2309b54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cicd/github-release/task-upload.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ spec:
1010
- name: "github-token"
1111
params:
1212
- description: "The name of the owner"
13-
name: owner
14-
type: string
13+
name: "owner"
14+
type: "string"
1515
- description: "The name of the repository"
16-
name: repository
17-
type: string
16+
name: "repository"
17+
type: "string"
1818
steps:
19-
- name: scripts
19+
- name: "scripts"
2020
image: "ghcr.io/soerenschneider/scripts:main-20241009193124"
21-
imagePullPolicy: IfNotPresent
21+
imagePullPolicy: "IfNotPresent"
2222
env:
2323
- name: "HOME"
2424
value: "/tmp"

0 commit comments

Comments
 (0)