diff --git a/.github/workflows/check-hash.yml b/.github/workflows/check-hash.yml index d9517dc..9bc0afd 100644 --- a/.github/workflows/check-hash.yml +++ b/.github/workflows/check-hash.yml @@ -8,7 +8,7 @@ on: pull_request: jobs: - check: + check-imdb-hash: runs-on: ubuntu-latest steps: @@ -52,10 +52,10 @@ jobs: with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} message: <@&1079153184007790652> - title: "${{ secrets.REPO_NAME }}: **Run Failed**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ vars.REPO_NAME }}: **Run Failed**" + url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 14879811 username: Kobota - avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png + avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/bot.png author: GitHub author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/git.png diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index 4c18bd5..70225a9 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - update: + update-copyright: runs-on: ubuntu-latest steps: @@ -40,10 +40,10 @@ jobs: with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} message: <@&1079153184007790652> - title: "${{ secrets.REPO_NAME }}: **Copyright Update Failed**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ vars.REPO_NAME }}: **Copyright Update Failed**" + url: https://github.com/Kometa-Team/${{ vars.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 14879811 username: Kobota - avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png + avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/bot.png author: GitHub author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/git.png \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9aac4c2..7d01013 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -selenium==4.19.0 +selenium==4.20.0 webdriver-manager==4.0.1 GitPython==3.1.43 kometautils==0.3.4