File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed
Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -570,39 +570,18 @@ jobs:
570570 }
571571 }
572572 } @Parameters
573- UsePiecemeal :
573+ BuildPipescript :
574574 runs-on : ubuntu-latest
575575 if : ${{ success() }}
576576 steps :
577577 - name : Check out repository
578578 uses : actions/checkout@v2
579579 - name : UsePiecemeal
580580 uses : StartAutomating/Piecemeal@main
581- BuildPipeScript :
582- runs-on : ubuntu-latest
583- if : ${{ success() }}
584- steps :
585- - name : Check out repository
586- uses : actions/checkout@v2
587581 - name : BuildPipeScript
588582 uses : StartAutomating/PipeScript@main
589- RunEZOut :
590- runs-on : ubuntu-latest
591- if : ${{ success() }}
592- steps :
593- - name : Check out repository
594- uses : actions/checkout@v2
595583 - name : UseEZOut
596584 uses : StartAutomating/EZOut@master
597- - name : Push Changes
598- shell : pwsh
599- run : git push; exit 0
600- HelpOut :
601- runs-on : ubuntu-latest
602- if : ${{ success() }}
603- steps :
604- - name : Check out repository
605- uses : actions/checkout@v2
606585 - name : UseHelpOut
607586 uses : StartAutomating/HelpOut@master
608587env :
You can’t perform that action at this time.
0 commit comments