From 7a7a250c8cd6c27b70b84ad19dc113c90df0e3c7 Mon Sep 17 00:00:00 2001 From: ShiriNmi Date: Mon, 7 Aug 2023 01:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Missing=20shell=20Add=20missing?= =?UTF-8?q?=20shell=20property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index c45bc4f..e5ca179 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,7 @@ runs: uses: actions/checkout@v3 - continue-on-error: true + shell: bash id: check-changes name: "check if latest commit is within 24 hrs" run: "test -z $(git rev-list --after=\"24 hours\" ${{ github.sha }}) && echo \"::set-output name=changes::true\""