Remove protocol prepending (#66)

This code is no longer needed. Instead, we will enforce users to add the protocol themselves.
This commit is contained in:
Eduard Filip
2024-02-21 21:19:05 +01:00
committed by GitHub
parent 2792fede48
commit cf1a288161
4 changed files with 1 additions and 39 deletions

View File

@@ -39,7 +39,7 @@ jobs:
if: ${{ matrix.auth == 'connect' }}
uses: ./configure # 1password/load-secrets-action/configure@<version>
with:
connect-host: localhost:8080
connect-host: http://localhost:8080
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
- name: Load secrets
id: load_secrets