mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 03:41:14 +00:00
chore(ci): Improved workflow syntax
This commit is contained in:
3
.github/workflows/packages-cleanup.yml
vendored
3
.github/workflows/packages-cleanup.yml
vendored
@@ -32,7 +32,8 @@ jobs:
|
|||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/delete-package-versions@v5
|
- name: "Delete untagged Package Versions"
|
||||||
|
uses: actions/delete-package-versions@v5
|
||||||
with:
|
with:
|
||||||
package-name: ${{ github.event.inputs.package_name || env.PACKAGE_NAME }}
|
package-name: ${{ github.event.inputs.package_name || env.PACKAGE_NAME }}
|
||||||
package-type: 'container'
|
package-type: 'container'
|
||||||
|
|||||||
Reference in New Issue
Block a user