[24] update workflows

pull/790/head
meisnate12 2 years ago
parent cf50c07e42
commit 886978df22

BIN
.github/docker.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
.github/wiki.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

@ -50,7 +50,7 @@ jobs:
nodetail: true
title: "Develop Docker Build: **Success**"
username: Docker
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png
- name: Discord Failure Notification
uses: sarisia/actions-status-discord@v1
@ -61,4 +61,4 @@ jobs:
title: "Develop Docker Build: **Failure**"
color: 0xe30c43
username: Docker
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png

@ -46,7 +46,7 @@ jobs:
nodetail: true
title: "Latest Docker Build: **Success**"
username: Docker
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
- name: Discord Failure Notification
uses: sarisia/actions-status-discord@v1
@ -57,4 +57,4 @@ jobs:
title: "Latest Docker Build: **Failure**"
color: 0xe30c43
username: Docker
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png

@ -50,7 +50,7 @@ jobs:
nodetail: true
title: "Nightly Docker Build: **Success**"
username: Docker
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/docker.png
- name: Discord Failure Notification
uses: sarisia/actions-status-discord@v1
@ -61,4 +61,4 @@ jobs:
title: "Nightly Docker Build: **Failure**"
color: 0xe30c43
username: Docker
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/docker.png

@ -52,7 +52,7 @@ jobs:
nodetail: true
title: "${{ steps.get_version.outputs.VERSION }} Docker Build: **Success**"
username: Docker
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png
- name: Discord Failure Notification
uses: sarisia/actions-status-discord@v1
@ -63,4 +63,4 @@ jobs:
title: "${{ steps.get_version.outputs.VERSION }} Docker Build: **Failure**"
color: 0xe30c43
username: Docker
avatar_url: https://www.docker.com/sites/default/files/d8/2019-07/Moby-logo.png
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png

@ -1 +1 @@
1.16.0-develop23
1.16.0-develop24

@ -1226,11 +1226,11 @@ Create a collection for each subtitle language found in the library
</tr>
<tr>
<th>Keys</th>
<td>Subtitle Language</td>
<td><a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">ISO 639-1 Code</a></td>
</tr>
<tr>
<th>Key Names</th>
<td>Subtitle Language</td>
<td>Subtitle Language Name</td>
</tr>
<tr>
<th>Default <code>title_format</code></th>
@ -1278,11 +1278,11 @@ Create a collection for each audio language found in the library
</tr>
<tr>
<th>Keys</th>
<td>Audio Language</td>
<td><a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">ISO 639-1 Code</a></td>
</tr>
<tr>
<th>Key Names</th>
<td>Subtitle Language</td>
<td>Audio Language Name</td>
</tr>
<tr>
<th>Default <code>title_format</code></th>

Loading…
Cancel
Save