We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5b7bd commit 2309b54Copy full SHA for 2309b54
cicd/github-release/task-upload.yaml
@@ -10,15 +10,15 @@ spec:
10
- name: "github-token"
11
params:
12
- description: "The name of the owner"
13
- name: owner
14
- type: string
+ name: "owner"
+ type: "string"
15
- description: "The name of the repository"
16
- name: repository
17
+ name: "repository"
18
steps:
19
- - name: scripts
+ - name: "scripts"
20
image: "ghcr.io/soerenschneider/scripts:main-20241009193124"
21
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: "IfNotPresent"
22
env:
23
- name: "HOME"
24
value: "/tmp"
0 commit comments