From bcd52d549efd98a6dbae00a001152d56b05ce33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20L=C3=B6rwald?= Date: Wed, 26 Aug 2020 18:26:40 +0200 Subject: [PATCH] Revert "github: use fixed version of webhook action" This reverts commit d166b69c911f74fbcee33d697321bf0d4cc2caa4. --- .github/workflows/validate_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_and_deploy.yml b/.github/workflows/validate_and_deploy.yml index 0090e50816..6649ff171c 100644 --- a/.github/workflows/validate_and_deploy.yml +++ b/.github/workflows/validate_and_deploy.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Deploy to wow.tools - uses: bloerwald/fast-webhook@master + uses: jasongitmail/fast-webhook@v1.1.2 with: url: ${{ secrets.WOW_TOOLS_WEBHOOK_URL }} json: ${{ secrets.WOW_TOOLS_WEBHOOK_SECRET }}