Skip to content

Commit 143a85f

Browse files
authored
Change action name (#2)
Install 1Password CLI name is already taken, so instead we will use 1Password CLI. Adjust the code snippets to use the right action name.
1 parent 7eb4cc6 commit 143a85f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img alt="" role="img" src="https://blog.1password.com/posts/2022/1password-cli-2.0/header.png"/>
33

44
<div align="center">
5-
<h1>Install 1Password CLI GitHub Action</h1>
5+
<h1>1Password CLI - GitHub Action</h1>
66
<p>Install the <a href="https://developer.1password.com/docs/cli">1Password CLI</a> to access and manage your 1Password items in your GitHub Action runner.</p>
77
<a href="#✨-quickstart">
88
<img alt="Get started" src="https://user-images.githubusercontent.com/45081667/226940040-16d3684b-60f4-4d95-adb2-5757a8f1bc15.png" height="37"/>
@@ -18,14 +18,14 @@ To install the latest version of the 1Password CLI: \
1818

1919
```yaml
2020
- name: Install 1Password CLI
21-
uses: 1Password/install-cli@v1
21+
uses: 1password/install-cli-action@v1
2222
```
2323
2424
To install the latest beta version (i.e. `latest-beta`) of the 1Password CLI:
2525

2626
```yaml
2727
- name: Install 1Password CLI
28-
uses: 1Password/install-cli@v1
28+
uses: 1password/install-cli-action@v1
2929
with:
3030
version: latest-beta
3131
```
@@ -34,7 +34,7 @@ To install a specific version of the 1Password CLI:
3434

3535
```yaml
3636
- name: Install 1Password CLI
37-
uses: 1Password/install-cli@v1
37+
uses: 1password/install-cli-action@v1
3838
with:
3939
version: 2.18.0
4040
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Install 1Password CLI
1+
name: 1Password CLI
22
description: Install 1Password CLI in your pipeline
33
author: 1Password
44
branding:

0 commit comments

Comments
 (0)