Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

does this work

does this work #4

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
jobs:
submit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |

Check failure on line 14 in .github/workflows/submit.yaml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/submit.yaml (Line: 14, Col: 14): Unrecognized named-value: 'response'. Located at position 10 within expression: fromJson(response).rows
response = $(curl --location '${{ vars.BASE_URL }}scoreboard' --header ${{ secrets.TOKEN }})
echo "${{fromJson(response).rows}}"