Skip to content

Commit 5abf86a

Browse files
authored
Merge pull request #364 from WyriHaximusNet/WyriHaximus-patch-1
Fix package owner casing in clean-up workflow
2 parents 509b652 + e0a22cf commit 5abf86a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clean-up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/delete-package-versions@v5
1212
with:
13-
package-owner: "WyriHaximusNet"
13+
owner: "wyrihaximusnet"
1414
package-name: "php"
1515
package-type: "container"
1616
delete-only-untagged-versions: "true"

0 commit comments

Comments
 (0)