Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmars committed May 13, 2024
1 parent 994a498 commit a317b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ steps:
Set the tags option to delete specific tags
```yaml
steps:
jobs:
- name: ghcr.io image cleanup sction
id: ghcr-clenaup-action
steps:
Expand All @@ -96,7 +96,7 @@ multi-architecture images so the number of untagged images showing after running
the action may be higher then the number-tagged value set.
```yaml
steps:
jobs:
- name: ghcr.io image cleanup sction
id: ghcr-clenaup-action
steps:
Expand Down Expand Up @@ -152,7 +152,7 @@ package name but for cross project setup these can be overriden by setting owner
and name values.
```yaml
steps:
jobs:
- name: ghcr.io Cleanup Action
id: ghcr-clenaup-action
steps:
Expand Down

0 comments on commit a317b94

Please sign in to comment.