Skip to content

test2

test2 #2

Workflow file for this run

name: testing
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "$SENTRY_DSN"
- run: echo "${{ SENTRY_DSN }}"

Check failure on line 9 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / testing

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 9, Col: 14): Unrecognized named-value: 'SENTRY_DSN'. Located at position 1 within expression: SENTRY_DSN
- run: echo "${{ env.SENTRY_DSN }}"
- run: echo "$SENTRY_DSN"
env:
SENTRY_DSN: ${{ env.SENTRY_DSN }}