Skip to content

Commit

Permalink
fix: package cleanup for new repo (no previous packages) (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 26, 2024
1 parent 9f6b409 commit bbdae7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ runs:
# Cleanup if inputs.keep_versions provided
- name: GHCR Cleanup
if: ${{ inputs.keep_versions }}
continue-on-error: true # Stop fail if no versions to delete
uses: actions/[email protected]
with:
package-name: "${{ github.event.repository.name }}/${{ inputs.package }}"
Expand Down

0 comments on commit bbdae7a

Please sign in to comment.