Skip to content

feat(sql): escapes reserved words #1611

feat(sql): escapes reserved words

feat(sql): escapes reserved words #1611

Workflow file for this run

name: Wheels Pull Requests
on:
# push:
# branches-ignore:
# - "main"
# - "develop"
pull_request:
branches:
- develop
jobs:
tests:
uses: ./.github/workflows/tests.yml

Check warning on line 14 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Wheels Pull Requests

Workflow syntax warning

In .github/workflows/pr.yml (Line: 14, Col: 11): Error from called workflow wheels-dev/wheels/.github/workflows/tests.yml@15d1d1c0741ca557a2ac932e6b755b0ff54338f8 (Line: 137, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}