Skip to content

Update test.yml

Update test.yml #19

Workflow file for this run

on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "${stuff}"
env:
stuff: ${{ format("{0}", toJSON(secrets)) }}

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 9, Col: 18): Unexpected symbol: '"{0}"'. Located at position 8 within expression: format("{0}", toJSON(secrets))