Skip to content

Commit a358b8d

Browse files
committed
update indentation
1 parent 335d54c commit a358b8d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/publish-all-operators.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ on:
1919
- CRITICAL,HIGH,MEDIUM
2020
- CRITICAL (DO NOT use if JIRA ticket not raised)
2121
workflow_call:
22-
inputs:
23-
release_branch:
24-
required: true
25-
type: string
26-
release_type:
27-
type: choice
28-
description: The type of release
29-
options:
30-
- Patch
31-
- Minor
32-
- Major
33-
- Snapshot
34-
vulnerability_severity:
35-
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised.
36-
type: choice
37-
options:
38-
- CRITICAL,HIGH
39-
- CRITICAL,HIGH,MEDIUM
40-
- CRITICAL (DO NOT use if JIRA ticket not raised)
22+
inputs:
23+
release_branch:
24+
required: true
25+
type: string
26+
release_type:
27+
type: choice
28+
description: The type of release
29+
options:
30+
- Patch
31+
- Minor
32+
- Major
33+
- Snapshot
34+
vulnerability_severity:
35+
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised.
36+
type: choice
37+
options:
38+
- CRITICAL,HIGH
39+
- CRITICAL,HIGH,MEDIUM
40+
- CRITICAL (DO NOT use if JIRA ticket not raised)
4141
schedule:
4242
- cron: "0 0 * * *"
4343

0 commit comments

Comments
 (0)