File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Build Essentials Plugin
2-
3- on :
4- push :
5- branches :
6- - ' **'
7-
8- jobs :
9- getVersion :
10- uses : PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
11- secrets : inherit
12-
13- build-4Series :
14- uses : PepperDash/workflow-templates/.github/workflows/essentialsplugins-4Series-builds.yml@main
15- secrets : inherit
16- needs : getVersion
17- if : needs.getVersion.outputs.newVersion == 'true'
18- with :
19- newVersion : ${{ needs.getVersion.outputs.newVersion }}
20- version : ${{ needs.getVersion.outputs.version }}
21- tag : ${{ needs.getVersion.outputs.tag }}
22- channel : ${{ needs.getVersion.outputs.channel }}
1+ on :
2+ push :
3+ branches :
4+ - ' **'
5+
6+ jobs :
7+ getVersion :
8+ uses : PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
9+ secrets : inherit
10+
11+ build-4Series :
12+ uses : PepperDash/workflow-templates/.github/workflows/essentialsplugins-4Series-builds.yml@main
13+ secrets : inherit
14+ needs : getVersion
15+ if : needs.getVersion.outputs.newVersion == 'true'
16+ with :
17+ newVersion : ${{ needs.getVersion.outputs.newVersion }}
18+ version : ${{ needs.getVersion.outputs.version }}
19+ tag : ${{ needs.getVersion.outputs.tag }}
20+ channel : ${{ needs.getVersion.outputs.channel }}
Original file line number Diff line number Diff line change 1+
2+ name : Generate README
3+
4+ on :
5+ push :
6+ branches-ignore :
7+ - ' robot-docs'
8+
9+ jobs :
10+ call-update-readme :
11+ uses : PepperDash/workflow-templates/.github/workflows/update-readme.yml@main
12+ with :
13+ target-branch : ${{ github.ref_name }}
14+
You can’t perform that action at this time.
0 commit comments