From e11d24913db3738261e48a53b6e230ff53f152cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Schr=C3=B6dter?= Date: Tue, 7 Nov 2023 14:22:20 +0100 Subject: [PATCH] Testing stuff --- .github/workflows/hugo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 54411a3..4732c68 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -78,12 +78,12 @@ jobs: --minify \ --baseURL "${{ env.OUTPUT_URL }}" - - name: "check is PEDESTRIANDYNAMICS_PR_PREVIEW exists" + - name: "check is PR_PREVIEW exists" env: - super_secret: ${{ secrets.PEDESTRIANDYNAMICS_PR_PREVIEW }} + super_secret: ${{ secrets.PR_PREVIEW }} if: ${{ env.super_secret == '' }} run: - echo "echo the secret \"PEDESTRIANDYNAMICS_PR_PREVIEW\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it" + echo "echo the secret \"PR_PREVIEW\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it" - name: Deploy preview if: github.event_name == 'pull_request'