Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
1 additions and
1 deletions
-
.github/workflows/main.yml
|
|
|
@ -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}" |
|
|
|
|