Skip to content

Commit

Permalink
modifying variables between steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent e0c8bd6 commit 31b783c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/temp_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ jobs:

- name: sanity check 2
id: changed-files2
needs: changed-files
run: |
echo $MY_VARIABLE
echo "MY_VARIABLE=$MY_VARIABLE SUS" >> $GITHUB_ENV
- name: sanity check 3
id: changed-files3
needs: changed-files2
run:
echo $MY_VARIABLE

Expand Down

0 comments on commit 31b783c

Please sign in to comment.