Disabled github actions and changed the shell to sh

This commit is contained in:
Liviu Burcusel 2025-12-15 13:36:18 +01:00
parent 823bd89e13
commit 609a460b51
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
7 changed files with 2 additions and 2 deletions

View file

@ -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 }}