Skip to content

Commit a757897

Browse files
authored
terst
1 parent d71e8e7 commit a757897

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

github-actions/work.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +0,0 @@
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)