mirror of
https://github.com/penpot/penpot.git
synced 2026-09-16 07:38:19 -04:00
Add clean images workflow
This commit is contained in:
1 parent
596c1997b8
commit
f457895961
1 file changed
+15
@@ -0,0 +1,15 @@
|
||||
name: Cleanup Images
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
trigger:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/delete-package-versions@v5
|
||||
with:
|
||||
package-name: 'tokens-studio-for-penpot'
|
||||
package-type: 'container'
|
||||
min-versions-to-keep: 0
|
||||
delete-only-untagged-versions: 'true'
|
||||
Reference in new issue
Block a user