1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

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

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}"