Skip to content

Commit

Permalink
Commit ExamProCo#33.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzim-kuzmich authored Aug 18, 2024
1 parent be946f2 commit 1c447d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
name: Showing Workflow Context
run: |
echo ${{ github }}
echo $GITHUB_CONTEXT
- id: showing-job-context
name: Showing Job Context
run: |
echo ${{ job }}
echo $JOB_CONTEXT
- id: showing-steps-context
name: Showing Steps Context
run: |
Expand Down

0 comments on commit 1c447d6

Please sign in to comment.