Skip to content

Commit 7e5b267

Browse files
committed
Changing variables of ghcr clean up action to kebab-case
1 parent 9d34313 commit 7e5b267

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ghcr-cleanup.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: GHCR scan and clean up
1717
uses: ./.doist/actions/ghcr-cleanup-action
1818
with:
19-
package_name: unfurlist
20-
gh_auth_token: ${{ secrets.GH_PACKAGES_TOKEN }}
21-
keep_last_number: '2'
22-
dry_run: true
19+
package-name: unfurlist
20+
gh_auth-token: ${{ secrets.GH_PACKAGES_TOKEN }}
21+
keep-last-number: '2'
22+
dry-run: true

0 commit comments

Comments
 (0)