File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ inputs:
10
10
default : false
11
11
runs :
12
12
using : composite
13
- steps :
14
- - run : |
15
- export INPUT_UNSET_PREVIOUS=${{ inputs.unset-previous }}
13
+ steps :
14
+ - shell : bash
15
+ env :
16
+ INPUT_UNSET_PREVIOUS : ${{ inputs.unset-previous }}
17
+ run : |
16
18
${{ github.action_path }}/entrypoint.sh
17
- shell: bash
Original file line number Diff line number Diff line change 8
8
description : Token to authenticate to your 1Password Connect instance
9
9
runs :
10
10
using : composite
11
- steps :
12
- - run : |
13
- export INPUT_CONNECT_HOST=${{ inputs.connect-host }}
14
- export INPUT_CONNECT_TOKEN=${{ inputs.connect-token }}
11
+ steps :
12
+ - shell : bash
13
+ env :
14
+ INPUT_CONNECT_HOST : ${{ inputs.connect-host }}
15
+ INPUT_CONNECT_TOKEN : ${{ inputs.connect-token }}
16
+ run : |
15
17
${{ github.action_path }}/entrypoint.sh
16
- shell: bash
You can’t perform that action at this time.
0 commit comments