From c68cf1aaee63fe338354a35f127375d10672226f Mon Sep 17 00:00:00 2001 From: Martin Zarate Date: Mon, 27 Nov 2023 23:35:47 -0500 Subject: [PATCH] test --- .github/workflows/publish-website.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index b8edcdb..8ed561c 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -15,6 +15,11 @@ jobs: publish: runs-on: windows-latest steps: + - name: Check Vars + if: ${{ vars.FRODD == null }} + shell: pwsh + run: | + "WEBSITE_REPO repository variable must be set with the user/reponame of your website" - name: Checkout SnowSite uses: actions/checkout@v3 with: