From da7f54049f608deb3e84c6a34f2221eacac22a21 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 24 Feb 2024 09:17:50 +0100 Subject: [PATCH] fix used action url --- .forgejo/workflows/send.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/send.yml b/.forgejo/workflows/send.yml index 38702a7..9e8aa56 100644 --- a/.forgejo/workflows/send.yml +++ b/.forgejo/workflows/send.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 # Send - - uses: ./action + - uses: https://git.proot.pl/Wroclaw/action-discord-md-publish@8d8bd0fbb85244cd1c9c5c80cdbdd8c82a4ec31c with: file: example.md webhook: ${{ secrets.WEBHOOK_URL }}