checkout needs to be its own step

This commit is contained in:
Ross McFarland
2023-10-07 09:00:48 -07:00
parent 75d8ec53f9
commit 97e4618313
+1 -1
View File
@@ -7,8 +7,8 @@ jobs:
outputs:
json: ${{ steps.load.outputs.json }}
steps:
- uses: actions/checkout@v4
- id: load
uses: actions/checkout@v4
run: |
JSON=$(cat ./.python-versions.json)
echo "::set-output name=json::${JSON}"