From 18e3769c76b52dc01034d75c62e618af557d11f9 Mon Sep 17 00:00:00 2001 From: RMSTechStudio Date: Wed, 29 Apr 2026 15:42:09 +0200 Subject: [PATCH] docs: use full URL form in usage example Co-Authored-By: Claude Opus 4.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4a2bb6..1526891 100644 --- a/README.md +++ b/README.md @@ -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 }}