From cfea662b03b73584a5bc09490430b5d2dc309962 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:09:26 -0400 Subject: [PATCH] checkout repo first --- .github/workflows/variables.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/variables.yml b/.github/workflows/variables.yml index b873dda..e697fa0 100644 --- a/.github/workflows/variables.yml +++ b/.github/workflows/variables.yml @@ -19,6 +19,9 @@ jobs: permissions: contents: read steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Run test run: | /bin/bash tests/repo/vars.sh \ No newline at end of file