Skip to content

Commit

Permalink
Commit 33#2
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzim-kuzmich committed Aug 18, 2024
1 parent fe40082 commit 8ca9dc6
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .github/workflows/contexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,28 @@ jobs:
- id: showing-workflow-context
name: Showing Workflow Context
run: |
echo ${{ github }}
echo ${{ github }}
- id: showing-job-context
name: Showing Job Context
run: |
echo ${{ job }}
- id: showing-jobs-context
name: Showing Jobs Context
run: |
echo ${{ jobs }}
- id: showing-steps-context
name: Showing Steps Context
run: |
echo ${{ steps }}
- id: showing-runner-context
name: Showing Runner Context
run: |
echo ${{ runner }}
- id: showing-env-context
name: Showing Env Context
run: |
echo ${{ env }}
- id: showing-var-context
name: Showing Var Context
run: |
echo ${{ var }}

0 comments on commit 8ca9dc6

Please sign in to comment.