Skip to content

Update test.yaml

Update test.yaml #2

Workflow file for this run

name: Test
on:
pull_request:
types: [closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |

Check failure on line 12 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 12, Col: 14): Unexpected symbol: '${github'. Located at position 1 within expression: ${github.event.pull_request.labels[*]
echo "Labels: ${{github.event.pull_request.labels[*]}}"
echo ${{${github.event.pull_request.labels[*]}}}