Skip to content

Commit

Permalink
updating lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
mmummATlnw committed Oct 24, 2024
1 parent ea6fdee commit 889f5db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/contexts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: contexts
on:
push:
paths:
- "**contexts.yaml"
jobs:
show_contexts:
runs-on: ubuntu-latest
steps:
- name: show contexts
run: |
echo "github: ${{github}}"
echo "secrets: ${{secrets}}"
echo "job: ${{job}}"
echo "runner: ${{runner}}"

0 comments on commit 889f5db

Please sign in to comment.