Skip to content

Commit

Permalink
Merge pull request #521 from DanielKotik/delete-untagged-containers
Browse files Browse the repository at this point in the history
Fix workflow syntax issue in cleanup.yml
  • Loading branch information
DanielKotik authored May 30, 2024
2 parents a73ec75 + 336478c commit dcb3562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: mala_conda_cpu
- uses: actions/delete-package-versions@v5
uses: actions/delete-package-versions@v5
with:
package_name: 'mala_conda_cpu'
package_type: 'container'
Expand Down

0 comments on commit dcb3562

Please sign in to comment.