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

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

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