Skip to content

Commit f0ad8b0

Browse files
committed
update actions
1 parent 35ef8f3 commit f0ad8b0

File tree

7 files changed

+8
-4
lines changed

7 files changed

+8
-4
lines changed

.github/workflows/develop.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
webhook_id: ${{ secrets.DEVELOP_WEBHOOK_ID }}
5151
webhook_token: ${{ secrets.DEVELOP_WEBHOOK_TOKEN }}
5252
title: ${{ secrets.NAME }} Develop Commits
53-
message: "<@&954835263731949623> - An update to ${{ secrets.NAME }} has been published and is available to users of the **develop** branch."
53+
message: "${{ secrets.DEVELOP_TAG }} - An update to ${{ secrets.NAME }} has been published and is available to users of the **develop** branch."
5454
commits: "true"
5555
username: Metabot
5656
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
@@ -74,6 +74,7 @@ jobs:
7474
with:
7575
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
7676
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
77+
message: <@&1079153184007790652>
7778
title: "develop build: **Failure**"
7879
color: 0xe30c43
7980
url: https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }}

.github/workflows/latest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
with:
5858
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
5959
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
60+
message: <@&1079153184007790652>
6061
title: "latest build: **Failure**"
6162
color: 0xe30c43
6263
url: https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
webhook_token: ${{ secrets.RELEASE_WEBHOOK_TOKEN }}
1919
release: true
2020
title: ${{ secrets.NAME }} Release VERSION
21-
message: "<@&967002324646113290> - A new version of ${{ secrets.NAME }} has been released and is available to all users"
21+
message: "${{ secrets.RELEASE_TAG }} - A new version of ${{ secrets.NAME }} has been released and is available to all users"
2222
username: Metabot
2323
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png

.github/workflows/version.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
with:
6666
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
6767
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
68+
message: <@&1079153184007790652>
6869
title: "${{ steps.get_version.outputs.VERSION }} build: **Failure**"
6970
color: 0xe30c43
7071
url: https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ share/python-wheels/
3333
*.egg
3434
*.db
3535
MANIFEST
36+
SECRETS
3637

3738
# PyInstaller
3839
# Usually these files are written by a python script from a template

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are no detailed walkthroughs specifically for Plex Image Cleanup but the p
4040

4141
### Local Install Overview
4242

43-
Plex Image Cleanup is compatible with Python 3.10 and 3.11. Later versions may function but are untested.
43+
Plex Image Cleanup is compatible with Python 3.11. Later versions may function but are untested.
4444

4545
These are high-level steps which assume the user has knowledge of python and pip, and the general ability to troubleshoot issues.
4646

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.15
1+
0.9.16

0 commit comments

Comments
 (0)