mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
Merge two non-Windows steps
This commit is contained in:
@@ -40,10 +40,8 @@ runs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
|
||||||
shell: sh
|
shell: sh
|
||||||
if: runner.os == 'Linux'
|
|
||||||
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
|
|
||||||
shell: bash
|
|
||||||
env:
|
env:
|
||||||
# NB: Sync with Windows case.
|
# NB: Sync with Windows case.
|
||||||
INPUT_TOOL: ${{ inputs.tool }}
|
INPUT_TOOL: ${{ inputs.tool }}
|
||||||
|
|||||||
Reference in New Issue
Block a user