mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[25] update actions
This commit is contained in:
parent
a08e8b94bf
commit
e05db11b02
6 changed files with 53 additions and 48 deletions
22
.github/workflows/commit.yml
vendored
22
.github/workflows/commit.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
name: Commit Notification
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
|
||||
jobs:
|
||||
|
||||
commit-notification:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Send Discord Commit Notification
|
||||
uses: meisnate12/discord-notifications@master
|
||||
with:
|
||||
webhook_id: ${{ secrets.DEVELOP_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.DEVELOP_WEBHOOK_TOKEN }}
|
||||
title: Plex Meta Manager Develop Push
|
||||
commits: "true"
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
|
26
.github/workflows/develop.yml
vendored
26
.github/workflows/develop.yml
vendored
|
@ -12,6 +12,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Send Discord Commit Notification
|
||||
uses: meisnate12/discord-notifications@master
|
||||
with:
|
||||
webhook_id: ${{ secrets.DEVELOP_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.DEVELOP_WEBHOOK_TOKEN }}
|
||||
title: Plex Meta Manager Develop Commits
|
||||
commits: "true"
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -48,10 +58,12 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: "Docker develop build: **Success**"
|
||||
title: "develop build: **Success**"
|
||||
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
||||
username: Docker
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
|
||||
author: Docker
|
||||
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png
|
||||
|
||||
- name: Discord Failure Notification
|
||||
uses: meisnate12/discord-notifications@master
|
||||
|
@ -59,8 +71,10 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: "Docker develop build: **Failure**"
|
||||
title: "develop build: **Failure**"
|
||||
color: 0xe30c43
|
||||
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
||||
username: Docker
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
|
||||
author: Docker
|
||||
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png
|
||||
|
|
16
.github/workflows/latest.yml
vendored
16
.github/workflows/latest.yml
vendored
|
@ -44,10 +44,12 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: "Docker latest build: **Success**"
|
||||
title: "latest build: **Success**"
|
||||
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
||||
username: Docker
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png
|
||||
author: Docker
|
||||
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
||||
|
||||
- name: Discord Failure Notification
|
||||
uses: meisnate12/discord-notifications@master
|
||||
|
@ -55,8 +57,10 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: "Docker latest build: **Failure**"
|
||||
title: "latest build: **Failure**"
|
||||
color: 0xe30c43
|
||||
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
||||
username: Docker
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png
|
||||
author: Docker
|
||||
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
19
.github/workflows/nightly.yml
vendored
19
.github/workflows/nightly.yml
vendored
|
@ -17,10 +17,11 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: Plex Meta Manager Nightly Push
|
||||
title: Plex Meta Manager Nightly Commits
|
||||
commits: "true"
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/pmm.png
|
||||
author: Github Nightly
|
||||
|
||||
- name: Check Out Repo
|
||||
uses: actions/checkout@v3
|
||||
|
@ -58,10 +59,12 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: "Docker nightly build: **Success**"
|
||||
title: "nightly build: **Success**"
|
||||
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
||||
username: Docker
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/docker.png
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/pmm.png
|
||||
author: Docker
|
||||
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/docker.png
|
||||
|
||||
- name: Discord Failure Notification
|
||||
uses: meisnate12/discord-notifications@master
|
||||
|
@ -69,8 +72,10 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: "Docker nightly build: **Failure**"
|
||||
title: "nightly build: **Failure**"
|
||||
color: 0xe30c43
|
||||
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
||||
username: Docker
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/docker.png
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/pmm.png
|
||||
author: Docker
|
||||
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/docker.png
|
||||
|
|
16
.github/workflows/version.yml
vendored
16
.github/workflows/version.yml
vendored
|
@ -50,10 +50,12 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: "Docker ${{ steps.get_version.outputs.VERSION }} build: **Success**"
|
||||
title: "${{ steps.get_version.outputs.VERSION }} build: **Success**"
|
||||
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
||||
username: Docker
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png
|
||||
author: Docker
|
||||
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
||||
|
||||
- name: Discord Failure Notification
|
||||
uses: meisnate12/discord-notifications@master
|
||||
|
@ -61,8 +63,10 @@ jobs:
|
|||
with:
|
||||
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
|
||||
title: "Docker ${{ steps.get_version.outputs.VERSION }} build: **Failure**"
|
||||
title: "${{ steps.get_version.outputs.VERSION }} build: **Failure**"
|
||||
color: 0xe30c43
|
||||
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }}
|
||||
username: Docker
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
||||
username: Metabot
|
||||
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png
|
||||
author: Docker
|
||||
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.16.2-develop22
|
||||
1.16.2-develop25
|
||||
|
|
Loading…
Reference in a new issue