Skip to content

Commit

Permalink
context example
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu092 committed Dec 7, 2024
1 parent a4d4b33 commit 87121df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Context examples

on:
push:
branches:
- main

jobs:
my_context:
run-on: ubuntu-latest
steps:
env:

MY_ACTION: ${{ github.action }}
- name: "My step"
run: echo "Hello! $MY_ACTION"

0 comments on commit 87121df

Please sign in to comment.