Skip to content

Commit a0749ec

Browse files
committed
workflow commands
1 parent 4118af8 commit a0749ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow-commands.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Workflow Commands"
22

33
on: ['push']
4+
45
jobs:
56
my-job:
67
runs-on: ubuntu-latest
@@ -11,4 +12,4 @@ jobs:
1112
echo: "msg 1"
1213
echo: "msg 2"
1314
echo: "::endgroup::"
14-
15+

0 commit comments

Comments
 (0)