From f2fd539d01f474a5f9ee98f1302e684f07b41eab Mon Sep 17 00:00:00 2001 From: to Date: Thu, 1 Feb 2024 09:01:16 +0000 Subject: [PATCH] Update .gitea/workflows/main.yml --- .gitea/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 85dd7801..caf313bd 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -31,10 +31,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: "Create password reset template" + - name: Password-reset-template uses: gyto/mailgun-template-action@v2 with: html-file: "./templates/authorizer_password_reset.html" mailgun-api-key: ${{ secrets.MAILGUN_KEY }} - mailgun-domain: "discours.io", + mailgun-domain: "discours.io" mailgun-template: "authorizer_password_reset"