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:
|
steps:
|
||||||
- name: Set GitHub Path
|
- name: Set GitHub Path
|
||||||
run: echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
|
run: echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
|
||||||
shell: bash
|
shell: sh
|
||||||
env:
|
env:
|
||||||
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
||||||
- id: entrypoint
|
- id: entrypoint
|
||||||
name: Run entrypoint.sh
|
name: Run entrypoint.sh
|
||||||
run: entrypoint.sh
|
run: entrypoint.sh
|
||||||
shell: bash
|
shell: sh
|
||||||
env:
|
env:
|
||||||
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
||||||
INPUT_HOST: ${{ inputs.host }}
|
INPUT_HOST: ${{ inputs.host }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue