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