Skip to content

Commit

Permalink
Commit ExamProCo#33.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzim-kuzmich authored Aug 18, 2024
1 parent 8ca9dc6 commit be946f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/contexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
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: |
Expand All @@ -37,7 +33,11 @@ jobs:
name: Showing Env Context
run: |
echo ${{ env }}
- id: showing-var-context
name: Showing Var Context
- id: showing-vars-context
name: Showing Vars Context
run: |
echo ${{ vars }}
- id: showing-secrets-context
name: Showing Secrets Context
run: |
echo ${{ var }}
echo ${{ secrets }}

0 comments on commit be946f2

Please sign in to comment.