Skip to content

Commit 8ca63cf

Browse files
committed
chore(ci): Improved workflow syntax
1 parent 5774c08 commit 8ca63cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/packages-cleanup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
packages: write
3333

3434
steps:
35-
- uses: actions/delete-package-versions@v5
35+
- name: "Delete untagged Package Versions"
36+
uses: actions/delete-package-versions@v5
3637
with:
3738
package-name: ${{ github.event.inputs.package_name || env.PACKAGE_NAME }}
3839
package-type: 'container'

0 commit comments

Comments
 (0)