Disabled github actions and changed the shell to sh
This commit is contained in:
parent
823bd89e13
commit
609a460b51
7 changed files with 2 additions and 2 deletions
|
|
@ -95,13 +95,13 @@ runs:
|
|||
steps:
|
||||
- name: Set GitHub Path
|
||||
run: echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
|
||||
shell: bash
|
||||
shell: sh
|
||||
env:
|
||||
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
||||
- id: entrypoint
|
||||
name: Run entrypoint.sh
|
||||
run: entrypoint.sh
|
||||
shell: bash
|
||||
shell: sh
|
||||
env:
|
||||
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
||||
INPUT_HOST: ${{ inputs.host }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue