Skip to content

Commit

Permalink
adding the context
Browse files Browse the repository at this point in the history
  • Loading branch information
OmSantoshHarsule authored Jul 2, 2024
1 parent 820e332 commit 7fe91bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 37 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/contex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: My-Context

on: [push]

jobs:
my-context:
runs-on: ubuntu-latest
steps:
- name: "My Step"
run: |
echo "Action! $MY_ACTION"
echo "ACTOR! $MY_ACTOR"
env:
MY_ACTION: ${{github.action}}
MY_ACTOR: ${{github.actor}}


37 changes: 0 additions & 37 deletions github-actions/templates/expression-functions.yml

This file was deleted.

0 comments on commit 7fe91bb

Please sign in to comment.