Visualising Contexts Workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Visualising Contexts WorkflowInvalid workflow file
|
||
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 }} |