docs: use full URL form in usage example
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
082fa47815
commit
18e3769c76
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ These propagate to all repos under the org.
|
|||
```yaml
|
||||
- name: Notify Telegram (success)
|
||||
if: success()
|
||||
uses: rmstechstudio/forgejo-actions/notify-telegram@main
|
||||
uses: https://git.rmstechstudio.com/rmstechstudio/forgejo-actions/notify-telegram@main
|
||||
with:
|
||||
bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||
|
|
@ -28,7 +28,7 @@ These propagate to all repos under the org.
|
|||
|
||||
- name: Notify Telegram (failure)
|
||||
if: failure()
|
||||
uses: rmstechstudio/forgejo-actions/notify-telegram@main
|
||||
uses: https://git.rmstechstudio.com/rmstechstudio/forgejo-actions/notify-telegram@main
|
||||
with:
|
||||
bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue