File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<img alt =" " role =" img " src =" https://blog.1password.com/posts/2022/1password-cli-2.0/header.png " />
3
3
4
4
<div align =" center " >
5
- <h1>Install 1Password CLI GitHub Action</h1>
5
+ <h1>1Password CLI - GitHub Action</h1>
6
6
<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>
7
7
<a href="#✨-quickstart">
8
8
<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: \
18
18
19
19
``` yaml
20
20
- name : Install 1Password CLI
21
- uses : 1Password /install-cli@v1
21
+ uses : 1password /install-cli-action @v1
22
22
` ` `
23
23
24
24
To install the latest beta version (i.e. ` latest-beta`) of the 1Password CLI:
25
25
26
26
` ` ` yaml
27
27
- name: Install 1Password CLI
28
- uses: 1Password /install-cli@v1
28
+ uses: 1password /install-cli-action @v1
29
29
with:
30
30
version: latest-beta
31
31
` ` `
@@ -34,7 +34,7 @@ To install a specific version of the 1Password CLI:
34
34
35
35
` ` ` yaml
36
36
- name: Install 1Password CLI
37
- uses: 1Password /install-cli@v1
37
+ uses: 1password /install-cli-action @v1
38
38
with:
39
39
version: 2.18.0
40
40
` ` `
Original file line number Diff line number Diff line change 1
- name : Install 1Password CLI
1
+ name : 1Password CLI
2
2
description : Install 1Password CLI in your pipeline
3
3
author : 1Password
4
4
branding :
You can’t perform that action at this time.
0 commit comments