From fa147d0c78ad8852cda8c09ac90ddf4d491f7dcd Mon Sep 17 00:00:00 2001 From: Roy O'Young Date: Sun, 14 Jun 2026 22:19:06 +0800 Subject: [PATCH] Fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c93fb86..19e4a41 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Run the script without making any changes. Default `false`. with: owner-type: org # or user token: ${{ secrets.PAT_TOKEN }} - repository_owner: ${{ github.repository_owner }} + repository-owner: ${{ github.repository_owner }} delete-untagged: true ``` @@ -74,7 +74,7 @@ Run the script without making any changes. Default `false`. with: owner-type: org # or user token: ${{ secrets.PAT_TOKEN }} - repository_owner: ${{ github.repository_owner }} + repository-owner: ${{ github.repository_owner }} package-name: test-image delete-untagged: true ``` @@ -85,7 +85,7 @@ Run the script without making any changes. Default `false`. with: owner-type: org # or user token: ${{ secrets.PAT_TOKEN }} - repository_owner: ${{ github.repository_owner }} + repository-owner: ${{ github.repository_owner }} repository-name: ${{ github.repository }} delete-untagged: false keep-at-most: 5 @@ -97,7 +97,7 @@ Run the script without making any changes. Default `false`. with: owner-type: org # or user token: ${{ secrets.PAT_TOKEN }} - repository_owner: ${{ github.repository_owner }} + repository-owner: ${{ github.repository_owner }} package-name: test-image delete-untagged: true keep-at-most: 5