Skip to content

Commit 3c670bb

Browse files
authored
tes
1 parent 402e546 commit 3c670bb

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/work.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Snehals workflow"
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
my_jobs:
6+
runs_on: ubuntu-latest
7+
steps:
8+
- name: "group logging"
9+
run: |
10+
echo "::group:: Myd group Msg"
11+
echo "MSG 1"
12+
echo "MSG 2"
13+
ehco "::endgroup::"
14+
- name: "step 1"
15+
run: |
16+
echo "MY_VAL=hello" >> $GITHUB_ENV
17+
- name: "step 2"
18+
run: |
19+
echo $MY_VAL

0 commit comments

Comments
 (0)