mirror of
https://github.com/AuxXxilium/arc-configs.git
synced 2024-11-23 14:50:52 +07:00
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
bcbeb7d344
commit
85311e2ecd
14
.github/workflows/clean.yml
vendored
14
.github/workflows/clean.yml
vendored
@ -17,10 +17,12 @@ jobs:
|
|||||||
git config --global user.name "AuxXxilium"
|
git config --global user.name "AuxXxilium"
|
||||||
sudo timedatectl set-timezone "Europe/Berlin"
|
sudo timedatectl set-timezone "Europe/Berlin"
|
||||||
|
|
||||||
- name: Clean Old
|
- name: Delete releases and workflows runs
|
||||||
uses: Nats-ji/delete-old-releases@v1
|
uses: ophub/delete-releases-workflows@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
delete_releases: true
|
||||||
keep-count: 1
|
releases_keep_latest: 1
|
||||||
remove-tags: true
|
delete_workflows: true
|
||||||
keep-old-minor-releases: false
|
delete_tags: true
|
||||||
|
workflows_keep_day: 1
|
||||||
|
gh_token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user