Skip to content

Commit

Permalink
run: |
Browse files Browse the repository at this point in the history
          echo ${{ env.my_Var}}
          echo ${{env.my_Var_2}}
  • Loading branch information
CarlosJoseChaconChavarria committed May 27, 2024
1 parent b7161c4 commit 097f026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
echo "my_Var_2='Sammy is my GF'" >> GITHUB_ENV
- name: From Exporting
run: |
echo $my_Var
echo $my_Var_2
echo ${{ env.my_Var}}
echo ${{env.my_Var_2}}

0 comments on commit 097f026

Please sign in to comment.