Compare commits
2 Commits
feature/ad
...
v1.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d50df7cd6d | ||
|
|
a5debe1b2e |
@@ -10,8 +10,9 @@ inputs:
|
|||||||
default: false
|
default: false
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- shell: bash
|
||||||
export INPUT_UNSET_PREVIOUS=${{ inputs.unset-previous }}
|
env:
|
||||||
|
INPUT_UNSET_PREVIOUS: ${{ inputs.unset-previous }}
|
||||||
|
run: |
|
||||||
${{ github.action_path }}/entrypoint.sh
|
${{ github.action_path }}/entrypoint.sh
|
||||||
shell: bash
|
|
||||||
|
|||||||
@@ -8,9 +8,10 @@ inputs:
|
|||||||
description: Token to authenticate to your 1Password Connect instance
|
description: Token to authenticate to your 1Password Connect instance
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- shell: bash
|
||||||
export INPUT_CONNECT_HOST=${{ inputs.connect-host }}
|
env:
|
||||||
export INPUT_CONNECT_TOKEN=${{ inputs.connect-token }}
|
INPUT_CONNECT_HOST: ${{ inputs.connect-host }}
|
||||||
|
INPUT_CONNECT_TOKEN: ${{ inputs.connect-token }}
|
||||||
|
run: |
|
||||||
${{ github.action_path }}/entrypoint.sh
|
${{ github.action_path }}/entrypoint.sh
|
||||||
shell: bash
|
|
||||||
|
|||||||
Reference in New Issue
Block a user