From 690259ad238f54728cc15ccdccd06e7ea363acd1 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Thu, 8 Jun 2023 00:35:35 +0800 Subject: [PATCH] feature(main): fix action (#19) Signed-off-by: cuisongliu --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index a7fc18a..5753e0a 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,7 @@ runs: sudo tar -zxf gh-rebot_${GH_REBOT_VERSION#v}_linux_amd64.tar.gz gh-rebot && chmod +x gh-rebot && sudo mv gh-rebot /usr/bin/gh-rebot gh-rebot version sudo rm -rf gh-rebot_${GH_REBOT_VERSION#v}_linux_amd64.tar.gz + gh-rebot action shell: bash env: GH_REBOT_VERSION: ${{ inputs.version }}