File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Send Telegram Notification on new release
16
- uses : cbrgm/telegram-github-action@57b424b03d7bea80a81eb5084dfb4cce3c6e8291 # v1.3.6
16
+ uses : cbrgm/telegram-github-action@fbfd41d2ca0ce96cf6fd0fbd90075299ce266201 # v1.3.7
17
17
with :
18
18
token : ${{ secrets.TELEGRAM_TOKEN }}
19
19
to : ${{ secrets.TELEGRAM_CHAT_ID }}
27
27
28
28
- name : Send Mastodon Status on new release
29
29
id : mastodon
30
- uses : cbrgm/mastodon-github-action@ef8d2c8c23036df73417e8acfe0f3fea0ee0d487 # v2.1.17
30
+ uses : cbrgm/mastodon-github-action@84146b67a4872397c619a47c72151952a35ed4be # v2.1.18
31
31
if : ${{ !github.event.repository.private }}
32
32
with :
33
33
access-token : ${{ secrets.MASTODON_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments