Skip to content

Commit 207eaa1

Browse files
committed
fix: adjust indentation for consistency in workflow_commands.yml
1 parent f7397fb commit 207eaa1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/workflow_commands.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
echo "World"
1313
echo "::endgroup::"
1414
- name: "step one"
15-
run: |
16-
echo "This is step one"
17-
echo "x=10" >> $GITHUB_ENV
15+
run: |
16+
echo "This is step one"
17+
echo "x=10" >> $GITHUB_ENV
1818
- name: "step two"
19-
run: echo "This is step two"
19+
run: echo "This is step two"
2020
- name: "step three"
21-
run: |
22-
echo "This is step three"
23-
echo "x=$x"
21+
run: |
22+
echo "This is step three"
23+
echo "x=$x"

0 commit comments

Comments
 (0)