File tree Expand file tree Collapse file tree 6 files changed +371
-393
lines changed Expand file tree Collapse file tree 6 files changed +371
-393
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 48
48
command : single ${{ inputs.source }} -i ./_dist
49
49
client-key : ${{ secrets.MASTODON_CLIENT_KEY }}
50
50
client-secret : ${{ secrets.MASTODON_CLIENT_SECRET }}
51
- access-token : ${{ secrets.MASTODON_ACCESS_TOKEN }}
52
-
53
- - id : telegram
54
- name : Telegram
55
- uses : ./.github/actions/telegram
56
- if : ${{ always() }}
57
- with :
58
- command : single ${{ inputs.source }} -i ./_dist
59
- api-key : ${{ secrets.TELEGRAM_API_KEY }}
51
+ access-token : ${{ secrets.MASTODON_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change @@ -153,11 +153,3 @@ jobs:
153
153
uses : ./.github/actions/mosaic
154
154
with :
155
155
command : jpg -i ./_input/
156
-
157
- - id : telegram
158
- name : Telegram
159
- uses : ./.github/actions/telegram
160
- if : ${{ always() }}
161
- with :
162
- command : country ${{ inputs.country }} -i ./_input/
163
- api-key : ${{ secrets.TELEGRAM_API_KEY }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ verify_ssl = true
4
4
name = " pypi"
5
5
6
6
[packages ]
7
- newshomepages = " ==0.0.93 "
7
+ newshomepages = " ==0.0.94 "
8
8
9
9
[dev-packages ]
10
10
You can’t perform that action at this time.
0 commit comments