Skip to content

Commit

Permalink
- name: From Exporting
Browse files Browse the repository at this point in the history
        run: |
          echo $my_Var
          echo $my_Var_2
  • Loading branch information
CarlosJoseChaconChavarria authored May 27, 2024
1 parent 99b1314 commit 2203600
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
- name: Exporting Var
run: |
echo "my_Var=Cali is my Name" >> GITHUB_ENV
echo "my_Var=♡ ♡ ♡ Sammy is my GirlFriend and I lover ♡ ♡ ♡" >> GITHUB_ENV
echo "$(ifconfig)"
echo "my_Var_2=Sammy is my GF" >> GITHUB_ENV
- name: From Exporting
run: |
echo $my_Var
echo $my_Var_2

0 comments on commit 2203600

Please sign in to comment.