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:
1010 default : false
1111runs :
1212 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 : |
1618 ${{ github.action_path }}/entrypoint.sh
17- shell: bash
Original file line number Diff line number Diff line change 88 description : Token to authenticate to your 1Password Connect instance
99runs :
1010 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 : |
1517 ${{ github.action_path }}/entrypoint.sh
16- shell: bash
You can’t perform that action at this time.
0 commit comments