We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7823c commit 219e0faCopy full SHA for 219e0fa
.github/workflows/workflow-commands.yml
@@ -1,26 +1,26 @@
1
name: "Workflow Commands"
2
3
on:
4
- push:
5
- branches:
6
- - main
+ push:
+ branches:
+ - main
7
8
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::"
+ my-job:
+ runs-on: self-hosted
+ steps:
+ - name: "group logging"
+ run: |
+ echo "::group::This is a group"
+ echo "Hello"
+ echo "World"
+ echo "::endgroup::"
18
19
- - name: "step 1"
20
21
- echo "MY_VAL=hello" >> $GITHUB_ENV
+ - name: "step 1"
+ echo "MY_VAL=hello" >> $GITHUB_ENV
22
23
- - name: "step 2"
24
25
- echo $My_VAL
+ - name: "step 2"
+ echo $My_VAL
26
0 commit comments