From d55481ff3d9e12cab2cdb2f2a642160c307d0a5a Mon Sep 17 00:00:00 2001 From: Alex Goller Date: Tue, 12 Mar 2024 15:21:32 +0800 Subject: [PATCH] Update README.md Correct the code examples by replacing `repository_owner` with `repository-owner`. --- 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