Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 22, 2024
1 parent e855f48 commit eabc8b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/check-hash.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check-IMDb-Hash
name: Check IMDb Hash

on:
schedule:
Expand All @@ -8,7 +8,7 @@ on:
pull_request:

jobs:
Check-IMDb-Hash:
check:
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -50,13 +50,12 @@ jobs:
uses: Kometa-Team/discord-notifications@master
if: failure()
with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
message: <@&1079153184007790652>
title: "${{ secrets.REPO_NAME }}: **Failure**"
color: 16106776
title: "${{ secrets.REPO_NAME }}: **Run Failed**"
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
username: Metabot
color: 14879811
username: Kobota
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
author: GitHub
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/git.png
13 changes: 6 additions & 7 deletions .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Update-Copyright-Year
name: Update Copyright Year

on:
schedule:
- cron: '0 3 1 1 *'
workflow_dispatch:

jobs:
Update-Copyright-Year:
update:
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -38,13 +38,12 @@ jobs:
uses: Kometa-Team/discord-notifications@master
if: failure()
with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
webhook_id_token: ${{ secrets.BUILD_WEBHOOK }}
message: <@&1079153184007790652>
title: "${{ secrets.REPO_NAME }}-Copyright: **Failure**"
color: 16106776
title: "${{ secrets.REPO_NAME }}: **Copyright Update Failed**"
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
username: Metabot
color: 14879811
username: Kobota
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
author: GitHub
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/git.png
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selenium==4.19.0
webdriver-manager==4.0.1
GitPython==3.1.43
kometautils==0.3.1
kometautils==0.3.4

0 comments on commit eabc8b2

Please sign in to comment.