Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ To install the latest version of the 1Password CLI: \

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

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

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

```yaml
- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
uses: 1password/install-cli-action@v2
with:
version: 2.18.0
version: 2.31.1
```

## ⚙️ Supported Runners
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-cli-action",
"version": "2.0.0",
"version": "2.0.1",
"description": "Install 1Password CLI into your GitHub Actions jobs",
"main": "dist/index.js",
"type": "module",
Expand Down
Loading