Guess we have to checkout before we have access to files?

This commit is contained in:
Ross McFarland
2023-10-07 08:59:15 -07:00
parent 6b9596d4b2
commit 32395331dc
+1
View File
@@ -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}"