install-cli-action
install-cli-action copied to clipboard
Install 1Password CLI into your GitHub Actions jobs.
I run jobs on window-2019 I think install-cli.sh path is not valid in windows can you check this? ```yaml jobs: build: runs-on: windows-2019 ``` 
This PR adds support for running the action on windows runners. It includes: - powershell script to install op, following the same logic as the original shell script - powershell...
Hi. I 'm trying to edit an item using this github action but it's failing with `Error: 2024/08/09 19:06:52 invalid JSON provided` ``` 2024-08-09T19:06:51.0562468Z --- START 2024-08-09T19:06:51.5807310Z 7:06PM | DEBUG...
We've only seen this happen once as far as I know, so I'm not sure the conditions that cause it. 1Password/install-cli-action can [randomly fail](https://github.com/Expensify/App/actions/runs/13574944921/job/37948826159) with: ``` Installing 1Password CLI version:...
as the user of the other PR is unresponsive I am creating this PR, I did some small modifications and I am put him as a co-author of the commit...
Currently, action reads the latest version from https://app-updates.agilebits.com/product_history/CLI2, if website is unavailable, the action won't work. We need to introduce a fallback in case the website is down so action...
it is possible to set longer timeout than 30min when login to op. In my case I'm running ansible script and some of them are one hour long, problem is...