Skip to content

Commit

Permalink
attempt context workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanumalhotra123 authored May 13, 2024
1 parent 896b5ff commit 8486767
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: context-Examples

on:
push:

jobs:
my-context:
runs-on: ubuntu-latest
steps:

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

0 comments on commit 8486767

Please sign in to comment.