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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user