File tree 7 files changed +8
-4
lines changed
7 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 50
50
webhook_id : ${{ secrets.DEVELOP_WEBHOOK_ID }}
51
51
webhook_token : ${{ secrets.DEVELOP_WEBHOOK_TOKEN }}
52
52
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."
54
54
commits : " true"
55
55
username : Metabot
56
56
avatar_url : https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png
74
74
with :
75
75
webhook_id : ${{ secrets.BUILD_WEBHOOK_ID }}
76
76
webhook_token : ${{ secrets.BUILD_WEBHOOK_TOKEN }}
77
+ message : <@&1079153184007790652>
77
78
title : " develop build: **Failure**"
78
79
color : 0xe30c43
79
80
url : https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }}
Original file line number Diff line number Diff line change 57
57
with :
58
58
webhook_id : ${{ secrets.BUILD_WEBHOOK_ID }}
59
59
webhook_token : ${{ secrets.BUILD_WEBHOOK_TOKEN }}
60
+ message : <@&1079153184007790652>
60
61
title : " latest build: **Failure**"
61
62
color : 0xe30c43
62
63
url : https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }}
Original file line number Diff line number Diff line change 18
18
webhook_token : ${{ secrets.RELEASE_WEBHOOK_TOKEN }}
19
19
release : true
20
20
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"
22
22
username : Metabot
23
23
avatar_url : https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png
Original file line number Diff line number Diff line change 65
65
with :
66
66
webhook_id : ${{ secrets.BUILD_WEBHOOK_ID }}
67
67
webhook_token : ${{ secrets.BUILD_WEBHOOK_TOKEN }}
68
+ message : <@&1079153184007790652>
68
69
title : " ${{ steps.get_version.outputs.VERSION }} build: **Failure**"
69
70
color : 0xe30c43
70
71
url : https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ share/python-wheels/
33
33
* .egg
34
34
* .db
35
35
MANIFEST
36
+ SECRETS
36
37
37
38
# PyInstaller
38
39
# Usually these files are written by a python script from a template
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ There are no detailed walkthroughs specifically for Plex Image Cleanup but the p
40
40
41
41
### Local Install Overview
42
42
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.
44
44
45
45
These are high-level steps which assume the user has knowledge of python and pip, and the general ability to troubleshoot issues.
46
46
Original file line number Diff line number Diff line change 1
- 0.9.15
1
+ 0.9.16
You can’t perform that action at this time.
0 commit comments