Commit 84169ad
committed
fix(workflows): address Copilot review round 9 comments
- shared-release: append '|| true' to grep pipeline in command
substitution so pipefail does not swallow the explicit parse-error
message when VERSION is not found
- shared-go-build: add early Validate inputs step that rejects
push=true with docker-build=false to prevent unnecessary
packages:write token scope being granted without Docker steps running
Signed-off-by: I313226 <onur.yilmaz@sap.com>1 parent cc53b89 commit 84169ad
2 files changed
Lines changed: 8 additions & 1 deletion
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments