Skip to content

Commit

Permalink
chore(ci): alert (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 28, 2025
1 parent 3e5e4e9 commit 8f40749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
steps:
# Cleanup if inputs.keep_versions provided
- name: GHCR Cleanup
if: ${{ inputs.keep_versions }}
if: inputs.keep_versions
continue-on-error: true # Stop fail if no versions to delete
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -186,7 +186,7 @@ runs:

# Action repo needs to be present for cleanup/tests
- name: Checkout local repo to make sure action.yml is present
if: ${{ github.repository }} != ${{ inputs.repository }}
if: github.repository != inputs.repository
uses: actions/checkout@v4

# Get the digest of the built image
Expand Down

0 comments on commit 8f40749

Please sign in to comment.