docs: use full URL form in usage example

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
RMSTechStudio 2026-04-29 15:42:09 +02:00
parent 082fa47815
commit 18e3769c76

View file

@ -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 }}