Update table_linter.yml #5
Annotations
1 error
Invalid workflow file:
.github/workflows/table_linter.yml#L72
The workflow is not valid. .github/workflows/table_linter.yml (Line: 72, Col: 13): Unexpected symbol: '.event_name'. Located at position 111 within expression: steps.ml.outputs.has_updated_sources == 1 && (
env.APPLY_FIXES_EVENT == 'all' ||
env.APPLY_FIXES_EVENT == .event_name
) && env.APPLY_FIXES_MODE == 'pull_request' && (
.event_name == 'push' ||
.event.pull_request.head.repo.full_name == .repository
) .github/workflows/table_linter.yml (Line: 90, Col: 13): Unexpected symbol: '.event_name'. Located at position 111 within expression: steps.ml.outputs.has_updated_sources == 1 && (
env.APPLY_FIXES_EVENT == 'all' ||
env.APPLY_FIXES_EVENT == .event_name
) && env.APPLY_FIXES_MODE == 'pull_request' && (
.event_name == 'push' ||
.event.pull_request.head.repo.full_name == .repository
)
|