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