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 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
2424To 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` ` `
Original file line number Diff line number Diff line change 1- name : Install 1Password CLI
1+ name : 1Password CLI
22description : Install 1Password CLI in your pipeline
33author : 1Password
44branding :
You can’t perform that action at this time.
0 commit comments