Skip to content

Visualising Contexts Workflow #1

Visualising Contexts Workflow

Visualising Contexts Workflow #1

Workflow file for this run

name: Visualising Contexts Workflow
on:
workflow_dispatch:
env:
TEST_ENV_W = "just a test in workflow"

Check failure on line 7 in .github/workflows/contexts.yml

View workflow run for this annotation

GitHub Actions / Visualising Contexts Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/contexts.yml (Line: 7, Col: 3): Unexpected value 'TEST_ENV_W = "just a test in workflow"' .github/workflows/contexts.yml (Line: 14, Col: 7): Unexpected value 'TEST_ENV_J = "just a test in job"'
jobs:
show-contexts:
runs-on: ubuntu-latest
env:
TEST_ENV_J = "just a test in job"
steps:
- id: showing-workflow-context
name: Showing Workflow Context
run: |
echo ${{ github }}