File tree Expand file tree Collapse file tree 8 files changed +48
-37
lines changed Expand file tree Collapse file tree 8 files changed +48
-37
lines changed Original file line number Diff line number Diff line change 77 - " main"
88 workflow_dispatch :
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
1014jobs :
1115 Spec :
12- uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main "
16+ uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@release-any-tag "
1317 secrets : " inherit"
1418
1519 Acceptance :
1620 needs : Spec
17- uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main "
21+ uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@release-any-tag "
1822 secrets : " inherit"
1923 with :
2024 runs_on : " ubuntu-20.04"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- ---
21name : " mend"
32
43on :
1110 workflow_dispatch :
1211
1312jobs :
13+
1414 mend :
15- uses : " puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main "
15+ uses : " puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@release-any-tag "
1616 secrets : " inherit"
Original file line number Diff line number Diff line change 88
99jobs :
1010 Spec :
11- uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main "
11+ uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@release-any-tag "
1212 secrets : " inherit"
1313
1414 Acceptance :
1515 needs : Spec
16- uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main "
16+ uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@release-any-tag "
1717 secrets : " inherit"
1818 with :
1919 runs_on : " ubuntu-20.04"
Original file line number Diff line number Diff line change 11name : " Publish module"
2+ run-name : >
3+ ${{ format('tag={0}', inputs.tag) }}
4+ ${{ format('release={0}', inputs.release) }}
5+ ${{ format('publish={0}', inputs.publish) }}
6+ ${{ format('edit={0}', inputs.edit) }}
27
38on :
49 workflow_dispatch :
10+ inputs :
11+ tag :
12+ description : " Enter an old tag, or blank to tag HEAD of branch"
13+ type : string
14+ release :
15+ description : " Create a Github release"
16+ type : boolean
17+ default : true
18+ publish :
19+ description : " Publish to the Forge"
20+ type : boolean
21+ default : true
22+ edit :
23+ description : " Re-tag and regenerate release notes"
24+ type : boolean
25+ default : false
526
627jobs :
728 release :
8- uses : " puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main "
29+ uses : " puppetlabs/cat-github-actions/.github/workflows/module_release.yml@release-any-tag "
930 secrets : " inherit"
31+ with :
32+ tag : ${{ inputs.tag }}
33+ release : ${{ inputs.release }}
34+ publish : ${{ inputs.publish }}
35+ edit : ${{ inputs.edit }}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 release_prep :
12- uses : " puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main "
12+ uses : " puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@release-any-tag "
1313 with :
1414 version : " ${{ github.event.inputs.version }}"
1515 secrets : " inherit"
Original file line number Diff line number Diff line change 1+ name : " Publish module without"
2+
3+ on :
4+ workflow_dispatch :
5+
6+ jobs :
7+ release :
8+ uses : " puppetlabs/cat-github-actions/.github/workflows/module_release.yml@release-any-tag"
9+ secrets : " inherit"
Original file line number Diff line number Diff line change 1- * @ puppetlabs/puppetdb @ bastelfreak @ smortex
1+ * @ puppetlabs/puppetdb @ bastelfreak @ smortex @ h0tw1r3
You can’t perform that action at this time.
0 commit comments