File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252
5353 - name : Skip (no project structure)
5454 if : steps.modroot.outputs.found != 'true'
55- run : echo "Skipped: no go.mod + cmd/runner-manager in this repo."
55+ run : ' echo "Skipped: no go.mod + cmd/runner-manager in this repo."'
5656
5757 build :
5858 name : Build
8888
8989 - name : Skip (no project structure)
9090 if : steps.modroot.outputs.found != 'true'
91- run : echo "Skipped: no go.mod + cmd/runner-manager in this repo."
91+ run : ' echo "Skipped: no go.mod + cmd/runner-manager in this repo."'
Original file line number Diff line number Diff line change 5252
5353 - name : Skip (no project structure)
5454 if : steps.modroot.outputs.found != 'true'
55- run : echo "Skipped: no go.mod + cmd/runner-manager in this repo."
55+ run : ' echo "Skipped: no go.mod + cmd/runner-manager in this repo."'
5656
5757 build :
5858 name : Build
@@ -109,4 +109,4 @@ jobs:
109109
110110 - name : Skip (no project structure)
111111 if : steps.modroot.outputs.found != 'true'
112- run : echo "Skipped: no go.mod + cmd/runner-manager in this repo."
112+ run : ' echo "Skipped: no go.mod + cmd/runner-manager in this repo."'
You can’t perform that action at this time.
0 commit comments