Skip to content

Commit e862d59

Browse files
authored
DOne
1 parent 1e9d7a0 commit e862d59

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/work.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ jobs:
1616
echo "MY_VAL=hello" >> $GITHUB_ENV
1717
- name: "step 2"
1818
run: |
19-
echo $MY_VAL
19+
echo $MY_VAL
20+
your_job:
21+
runs_on: ubuntu_latest
22+
needs: my_jobs
23+
steps:
24+
-name: print it
25+
run: echo "Testing"

0 commit comments

Comments
 (0)