Skip to content

Commit

Permalink
fix(workflows): fix package owner
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed May 5, 2024
1 parent 602cb01 commit a0ad89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/delete-package-versions@v5
with:
owner: github
owner: ${{ github.repository_owner }}
package-name: ${{ matrix.package }}
package-type: container
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a0ad89f

Please sign in to comment.