From 5f7bb4569e6218469c0d7c7cd0dac505d3027981 Mon Sep 17 00:00:00 2001 From: "chenall.cn" Date: Tue, 26 Jan 2021 09:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20action.yml=20=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7792420..99bf6ae 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: using: 'composite' steps: - id: pre-debug-check - run: ./tmate.sh + run: $GITHUB_ACTION_PATH/tmate.sh shell: bash - id: start-grubdev env: @@ -30,7 +30,7 @@ runs: run: chmod +x $GITHUB_ACTION_PATH/build.sh && $GITHUB_ACTION_PATH/build.sh shell: bash - id: end-debug-check - run: ./tmate.sh + run: $GITHUB_ACTION_PATH/tmate.sh shell: bash branding: icon: 'terminal'