Skip to content

Commit

Permalink
Changing variables of ghcr clean up action to kebab-case
Browse files Browse the repository at this point in the history
  • Loading branch information
lfacchinelli committed Mar 22, 2024
1 parent 9d34313 commit 7e5b267
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: GHCR scan and clean up
uses: ./.doist/actions/ghcr-cleanup-action
with:
package_name: unfurlist
gh_auth_token: ${{ secrets.GH_PACKAGES_TOKEN }}
keep_last_number: '2'
dry_run: true
package-name: unfurlist
gh_auth-token: ${{ secrets.GH_PACKAGES_TOKEN }}
keep-last-number: '2'
dry-run: true

0 comments on commit 7e5b267

Please sign in to comment.