File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v3
99 with :
1010 ref : ${{ github.event.pull_request.base.sha }}
11- -
uses :
cue-lang/[email protected] .0 11+ - uses : cue-lang/setup-cue@a93fa358375740cd8b0078f76355512b9208acb1 # v1.0.1
1212 - run : cue export ./k8s/magiclove/list.cue > list.json
1313 - uses : actions/upload-artifact@v3
1414 with :
1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v3
22- -
uses :
cue-lang/[email protected] .0 22+ - uses : cue-lang/setup-cue@a93fa358375740cd8b0078f76355512b9208acb1 # v1.0.1
2323 - run : cue export ./k8s/magiclove/list.cue > list.json
2424 - uses : actions/upload-artifact@v3
2525 with :
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v3
9- -
uses :
cue-lang/[email protected] .0 9+ - uses : cue-lang/setup-cue@a93fa358375740cd8b0078f76355512b9208acb1 # v1.0.1
1010 - run : cue export ./k8s/magiclove/list.cue
You can’t perform that action at this time.
0 commit comments