Skip to content

Commit b462c8d

Browse files
Bump appleboy/telegram-action from 1.0.0 to 1.0.1 (#128)
1 parent 11d8d91 commit b462c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ runs:
143143
env.escapedmsg != ''
144144
&& inputs.telegram-to != ''
145145
&& inputs.telegram-token != ''
146-
uses: appleboy/telegram-action@v1.0.0
146+
uses: appleboy/telegram-action@v1.0.1
147147
with:
148148
to: ${{ inputs.telegram-to }}
149149
token: ${{ inputs.telegram-token }}
@@ -155,7 +155,7 @@ runs:
155155
env.graphpath != ''
156156
&& inputs.telegram-to != ''
157157
&& inputs.telegram-token != ''
158-
uses: appleboy/telegram-action@v1.0.0
158+
uses: appleboy/telegram-action@v1.0.1
159159
with:
160160
to: ${{ inputs.telegram-to }}
161161
token: ${{ inputs.telegram-token }}

0 commit comments

Comments
 (0)