From 22af9b2af0e3d2c9b9481deeffae4081de2d80cf Mon Sep 17 00:00:00 2001 From: Khuda Dad Nomani <32505158+KhudaDad414@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:54:48 +0100 Subject: [PATCH] remove cache --- .github/actions/slackify-markdown/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/slackify-markdown/action.yml b/.github/actions/slackify-markdown/action.yml index b5bc7cdb..78fb20d8 100644 --- a/.github/actions/slackify-markdown/action.yml +++ b/.github/actions/slackify-markdown/action.yml @@ -19,7 +19,6 @@ runs: uses: actions/setup-node@v3 with: node-version: 16 - cache: 'npm' cache-dependency-path: '**/package-lock.json' - name: Install slackify-markdown package shell: bash @@ -39,4 +38,4 @@ runs: core.setOutput('text', mrkdwn); } catch (error) { core.setFailed(error.message); - } \ No newline at end of file + }