mirror of
https://github.com/armbian/os.git
synced 2026-01-06 10:38:50 -08:00
Update generated GHA chunk workflow artifact-image-complete-matrix.yml
This commit is contained in:
@@ -406,6 +406,20 @@ jobs:
|
||||
#- name: Runner clean
|
||||
# uses: armbian/actions/runner-clean@main
|
||||
|
||||
- name: "Clean old releases"
|
||||
uses: sgpublic/delete-release-action@v1.1
|
||||
with:
|
||||
release-drop: true
|
||||
release-keep-count: 14
|
||||
release-drop-tag: true
|
||||
pre-release-drop: true
|
||||
pre-release-keep-count: -1
|
||||
pre-release-drop-tag: true
|
||||
draft-drop: true
|
||||
draft-drop-count: -1
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ env.GH_TOKEN }}"
|
||||
|
||||
# Clone the userpatches repo (`armbian/os`)
|
||||
- name: "Checkout userpatches repo: ${{env.USERPATCHES_REPOSITORY}}#${{env.USERPATCHES_REF}}"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -316,6 +316,20 @@ jobs:
|
||||
#- name: Runner clean
|
||||
# uses: armbian/actions/runner-clean@main
|
||||
|
||||
- name: "Clean old releases"
|
||||
uses: sgpublic/delete-release-action@v1.1
|
||||
with:
|
||||
release-drop: true
|
||||
release-keep-count: 14
|
||||
release-drop-tag: true
|
||||
pre-release-drop: true
|
||||
pre-release-keep-count: -1
|
||||
pre-release-drop-tag: true
|
||||
draft-drop: true
|
||||
draft-drop-count: -1
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ env.GH_TOKEN }}"
|
||||
|
||||
# Clone the userpatches repo (`armbian/os`)
|
||||
- name: "Checkout userpatches repo: ${{env.USERPATCHES_REPOSITORY}}#${{env.USERPATCHES_REF}}"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -270,6 +270,20 @@ jobs:
|
||||
#- name: Runner clean
|
||||
# uses: armbian/actions/runner-clean@main
|
||||
|
||||
- name: "Clean old releases"
|
||||
uses: sgpublic/delete-release-action@v1.1
|
||||
with:
|
||||
release-drop: true
|
||||
release-keep-count: 14
|
||||
release-drop-tag: true
|
||||
pre-release-drop: true
|
||||
pre-release-keep-count: -1
|
||||
pre-release-drop-tag: true
|
||||
draft-drop: true
|
||||
draft-drop-count: -1
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ env.GH_TOKEN }}"
|
||||
|
||||
# Clone the userpatches repo (`armbian/os`)
|
||||
- name: "Checkout userpatches repo: ${{env.USERPATCHES_REPOSITORY}}#${{env.USERPATCHES_REF}}"
|
||||
uses: actions/checkout@v4
|
||||
@@ -355,7 +369,7 @@ jobs:
|
||||
|
||||
</p>" > body.html
|
||||
|
||||
- uses: ncipollo/release-action@v1.13.0
|
||||
- uses: ncipollo/release-action@v1
|
||||
if: ${{ (github.event.inputs.nightlybuild || 'yes') == 'yes' && (github.event.inputs.skipImages || 'no') != 'yes' }}
|
||||
with:
|
||||
repo: "${{ env.RELEASE_REPOSITORY }}"
|
||||
|
||||
@@ -248,6 +248,20 @@ jobs:
|
||||
#- name: Runner clean
|
||||
# uses: armbian/actions/runner-clean@main
|
||||
|
||||
- name: "Clean old releases"
|
||||
uses: sgpublic/delete-release-action@v1.1
|
||||
with:
|
||||
release-drop: true
|
||||
release-keep-count: 14
|
||||
release-drop-tag: true
|
||||
pre-release-drop: true
|
||||
pre-release-keep-count: -1
|
||||
pre-release-drop-tag: true
|
||||
draft-drop: true
|
||||
draft-drop-count: -1
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ env.GH_TOKEN }}"
|
||||
|
||||
# Clone the userpatches repo (`armbian/os`)
|
||||
- name: "Checkout userpatches repo: ${{env.USERPATCHES_REPOSITORY}}#${{env.USERPATCHES_REF}}"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user