From 01a1203abe612247f3e6e42c1c0912147e9de73a Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 16 May 2024 00:10:14 +0200 Subject: [PATCH] tryfix3 --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 7f1019c6..0389cc83 100644 --- a/action.yml +++ b/action.yml @@ -344,7 +344,6 @@ runs: if: ${{ steps.reviewdog-enabled-pr.outputs.result == 'true' && inputs.slack_token && hashFiles('reviewdog.fail.log') }} with: script: | - const actionPath = '${{ github.action_path }}' const {default: sendSlackMessage} = await import(`${actionPath}/src/steps/sendSlackMessage.js`) const message = null @@ -359,7 +358,6 @@ runs: if: ${{ steps.reviewdog-enabled-pr.outputs.result == 'true' && inputs.slack_token && steps.should-trigger.outputs.result == 'true' }} with: script: | - const actionPath = '${{ github.action_path }}' const {default: sendSlackMessage} = await import(`${actionPath}/src/steps/sendSlackMessage.js`) const message = null