Skip to content

Commit

Permalink
attempt context workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking committed Apr 30, 2024
1 parent e803eac commit 233d928
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Context Examples

on: ['push']

jobs:
my-context:
runs-on: ubunutu-latest
steps:
- name: "My Step"
run: echo "Hello! $MY_ACTION"
env:
MY_ACTION: ${{ github.action }}

0 comments on commit 233d928

Please sign in to comment.