|
|
@ -12,17 +12,6 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
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
|
|
|
|
|
|
|
|
message: "<@&954835263731949623>"
|
|
|
|
|
|
|
|
commits: "true"
|
|
|
|
|
|
|
|
username: Metabot
|
|
|
|
|
|
|
|
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Check Out Repo
|
|
|
|
- name: Check Out Repo
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@ -53,6 +42,17 @@ jobs:
|
|
|
|
push: true
|
|
|
|
push: true
|
|
|
|
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:develop
|
|
|
|
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:develop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
message: "<@&954835263731949623>"
|
|
|
|
|
|
|
|
commits: "true"
|
|
|
|
|
|
|
|
username: Metabot
|
|
|
|
|
|
|
|
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
|
|
|
|
|
|
|
|
|
|
|
|
- name: Discord Success Notification
|
|
|
|
- name: Discord Success Notification
|
|
|
|
uses: meisnate12/discord-notifications@master
|
|
|
|
uses: meisnate12/discord-notifications@master
|
|
|
|
if: success()
|
|
|
|
if: success()
|
|
|
|