Skip to content

Commit

Permalink
Change action name (#2)
Browse files Browse the repository at this point in the history
Install 1Password CLI name is already taken, so instead we will use 1Password CLI.
Adjust the code snippets to use the right action name.
  • Loading branch information
edif2008 committed Jul 5, 2023
1 parent 7eb4cc6 commit 143a85f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img alt="" role="img" src="https://blog.1password.com/posts/2022/1password-cli-2.0/header.png"/>

<div align="center">
<h1>Install 1Password CLI GitHub Action</h1>
<h1>1Password CLI - GitHub Action</h1>
<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>
<a href="#✨-quickstart">
<img alt="Get started" src="https://user-images.githubusercontent.com/45081667/226940040-16d3684b-60f4-4d95-adb2-5757a8f1bc15.png" height="37"/>
Expand All @@ -18,14 +18,14 @@ To install the latest version of the 1Password CLI: \

```yaml
- name: Install 1Password CLI
uses: 1Password/install-cli@v1
uses: 1password/install-cli-action@v1
```

To install the latest beta version (i.e. `latest-beta`) of the 1Password CLI:

```yaml
- name: Install 1Password CLI
uses: 1Password/install-cli@v1
uses: 1password/install-cli-action@v1
with:
version: latest-beta
```
Expand All @@ -34,7 +34,7 @@ To install a specific version of the 1Password CLI:

```yaml
- name: Install 1Password CLI
uses: 1Password/install-cli@v1
uses: 1password/install-cli-action@v1
with:
version: 2.18.0
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Install 1Password CLI
name: 1Password CLI
description: Install 1Password CLI in your pipeline
author: 1Password
branding:
Expand Down

0 comments on commit 143a85f

Please sign in to comment.