From 13d3f33fa5c63168789812d265ca49a36f3ad88f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 25 Jun 2024 21:25:13 -0600 Subject: [PATCH] Update action.yml --- action.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index f687a43..014cf5d 100644 --- a/action.yml +++ b/action.yml @@ -9,17 +9,15 @@ runs: steps: - name: install reviewdog run: | - set -eu - "$GITHUB_ACTION_PATH/install.sh" - shell: sh + bash "$GITHUB_ACTION_PATH/install.sh" + shell: bash env: REVIEWDOG_VERSION: ${{ inputs.reviewdog_version }} REVIEWDOG_TEMPDIR: ${{ runner.temp }} - name: check reviewdog is successfully installed run: | - set -eu - "$GITHUB_ACTION_PATH/check-installed.sh" - shell: sh + bash "$GITHUB_ACTION_PATH/check-installed.sh" + shell: bash # Ref: https://haya14busa.github.io/github-action-brandings/ branding: