diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f6d132..74401e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,13 +38,13 @@ jobs: args: "Lint checks *SUCCESSFUL!*\nfrom {{ GITHUB_ACTOR }} at {{ GITHUB_REPOSITORY }}" - name: Discord notification FAILED - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.4.0 if: failure() with: args: "Lint checks *FAILED* for {{GITHUB_REPOSITORY}}*\nYo {{GITHUB_ACTOR}} see why at <{{GITHUB_SERVER_URL}}/{{GITHUB_REPOSITORY}}/commit/{{GITHUB_SHA}}/checks|action logs>" - name: Discord notification SUCCESS - uses: Ilshidur/action-discord@0.3.0 + uses: Ilshidur/action-discord@0.4.0 if: success() with: args: "Lint checks *SUCCESSFUL!*\nfrom {{ GITHUB_ACTOR }} at {{ GITHUB_REPOSITORY }}"