From 32395331dcb4fb7938f68a704be874559153ae70 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 7 Oct 2023 08:59:15 -0700 Subject: [PATCH] Guess we have to checkout before we have access to files? --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 580cca5..30a8b53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,7 @@ jobs: json: ${{ steps.load.outputs.json }} steps: - id: load + uses: actions/checkout@v4 run: | JSON=$(cat ./.python-versions.json) echo "::set-output name=json::${JSON}"