Skip to content

Commit 219e0fa

Browse files
committed
test commint tabs
1 parent dd7823c commit 219e0fa

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
name: "Workflow Commands"
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
push:
5+
branches:
6+
- main
77

88
jobs:
9-
my-job:
10-
runs-on: self-hosted
11-
steps:
12-
- name: "group logging"
13-
run: |
14-
echo "::group::This is a group"
15-
echo "Hello"
16-
echo "World"
17-
echo "::endgroup::"
9+
my-job:
10+
runs-on: self-hosted
11+
steps:
12+
- name: "group logging"
13+
run: |
14+
echo "::group::This is a group"
15+
echo "Hello"
16+
echo "World"
17+
echo "::endgroup::"
1818
19-
- name: "step 1"
20-
run: |
21-
echo "MY_VAL=hello" >> $GITHUB_ENV
19+
- name: "step 1"
20+
run: |
21+
echo "MY_VAL=hello" >> $GITHUB_ENV
2222
23-
- name: "step 2"
24-
run: |
25-
echo $My_VAL
23+
- name: "step 2"
24+
run: |
25+
echo $My_VAL
2626

0 commit comments

Comments
 (0)