Skip to content

issue 1494

issue 1494 #2

Workflow file for this run

name: semantic-pull-request
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]

Check failure on line 15 in .github/workflows/semantic-pr.yml

View workflow run for this annotation

GitHub Actions / semantic-pull-request

Invalid workflow file

The workflow is not valid. .github/workflows/semantic-pr.yml (Line: 15, Col: 9): Unexpected value 'deault'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}