Browse Source

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

pull/1084/head
Ross McFarland 2 years ago
parent
commit
32395331dc
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/main.yml

+ 1
- 0
.github/workflows/main.yml 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}"


Loading…
Cancel
Save