Skip to content

Commit

Permalink
tryfix3
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 15, 2024
1 parent 4545740 commit 01a1203
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 01a1203

Please sign in to comment.