Skip to content

Commit 7e8fde1

Browse files
lreiherCopilot
andauthored
apply copilot review suggestions
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Lennart Reiher <lreiher@me.com>
1 parent 86fdf66 commit 7e8fde1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ghcr-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
delete-orphaned-images: true
6262
validate: true
6363
- name: Cleanup ${{ github.repository }}/compose
64-
if: inputs.cleanup-compose
64+
if: ${{ inputs['cleanup-compose'] }}
6565
uses: dataaxiom/ghcr-cleanup-action@v1.2.2
6666
with:
6767
packages: ${{ github.event.repository.name }}/compose
@@ -77,7 +77,7 @@ jobs:
7777
delete-orphaned-images: true
7878
validate: true
7979
- name: Cleanup ${{ github.event.repository.name }}/helm/${{ steps.package.outputs.helm_chart_name }}
80-
if: inputs.cleanup-helm
80+
if: ${{ inputs['cleanup-helm'] }}
8181
uses: dataaxiom/ghcr-cleanup-action@v1.2.2
8282
with:
8383
packages: ${{ github.event.repository.name }}/helm/${{ steps.package.outputs.helm_chart_name }}

0 commit comments

Comments
 (0)