Skip to content

Commit

Permalink
update notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 18, 2024
1 parent e294868 commit 6db4f59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git commit -m "Update at ${{ steps.date.outputs.date }} UTC" -a
git commit -m "Copyright updated to ${{ steps.date.outputs.year }}" -a
git push origin master
- name: Discord Failure Notification
uses: meisnate12/discord-notifications@master
uses: Kometa-Team/discord-notifications@master
if: failure()
with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
message: <@&1079153184007790652>
title: "People Auto Readme Copyright: **Failure**"
title: "${{ secrets.REPO_NAME }}-Copyright: **Failure**"
color: 16106776
url: https://github.com/Kometa-Team/Anime-IDs/actions/runs/${{ github.run_id }}
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
username: Metabot
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
author: IMDb Awards
author: GitHub
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/git.png

0 comments on commit 6db4f59

Please sign in to comment.