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