Skip to content

Commit

Permalink
MY_ACTION
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosJoseChaconChavarria authored May 27, 2024
1 parent 7e0e76e commit 5b6055a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/contexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
runs-on: ubuntu-latest ## https://docs.github.com/en/actions/learn-github-actions/contexts#github-context ##
steps:
- name: myContexts
run: echo "Github Contexts info below"
run: |
echo "Action next: $MY_ACTION"
env:
MY_ACTION: ${{github.action}}
MY_REPO: ${{ github.action_repository }}
Expand Down

0 comments on commit 5b6055a

Please sign in to comment.