Skip to content

Commit da39ab8

Browse files
committed
docs: fixes action name after renaming
1 parent 7dd72f2 commit da39ab8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Setup the `tier` CLI and pass the respective version:
1010

1111
```yaml
1212
steps:
13-
- uses: openformation/setup-tier-cli@v1
13+
- uses: openformation/setup-tier-cli-action@v1
1414
with:
1515
version: "0.12.0"
1616
```
@@ -19,7 +19,7 @@ Afterwards, you can use the `tier` CLI in subsequent steps:
1919

2020
```yaml
2121
steps:
22-
- uses: openformation/setup-tier-cli@v1
22+
- uses: openformation/setup-tier-cli-action@v1
2323
with:
2424
version: "0.12.0"
2525
- run: tier push ...

0 commit comments

Comments
 (0)