Merge branch 'main' into feature/add-cli

# Conflicts:
#	action.yml
This commit is contained in:
volodymyrZotov
2022-08-09 16:57:20 +03:00

View File

@@ -9,8 +9,9 @@ inputs:
runs:
using: composite
steps:
- run: |
export INPUT_CONNECT_HOST=${{ inputs.connect-host }}
export INPUT_CONNECT_TOKEN=${{ inputs.connect-token }}
- shell: bash
env:
INPUT_CONNECT_HOST: ${{ inputs.connect-host }}
INPUT_CONNECT_TOKEN: ${{ inputs.connect-token }}
run: |
${{ github.action_path }}/entrypoint.sh
shell: bash