Skip to content

Commit

Permalink
Bump appleboy/telegram-action from 1.0.0 to 1.0.1 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 11d8d91 commit b462c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ runs:
env.escapedmsg != ''
&& inputs.telegram-to != ''
&& inputs.telegram-token != ''
uses: appleboy/[email protected].0
uses: appleboy/[email protected].1
with:
to: ${{ inputs.telegram-to }}
token: ${{ inputs.telegram-token }}
Expand All @@ -155,7 +155,7 @@ runs:
env.graphpath != ''
&& inputs.telegram-to != ''
&& inputs.telegram-token != ''
uses: appleboy/[email protected].0
uses: appleboy/[email protected].1
with:
to: ${{ inputs.telegram-to }}
token: ${{ inputs.telegram-token }}
Expand Down

0 comments on commit b462c8d

Please sign in to comment.