Skip to content

Commit ee34a65

Browse files
committed
correct the yaml syntax
1 parent 32b236d commit ee34a65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-image-p2k16-label.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Debug info
4040
id: debug1
41-
run: echo debug github.ref = ${GITHUB_REF}
42-
run: echo debug2 github.ref = ${github.ref}
41+
run: |
42+
echo debug github.ref = ${GITHUB_REF}
43+
echo debug2 github.ref = ${github.ref}
4344
# so, GITHUB_REF is equal to the release tag, for example refs/tags/v0.3.0.2

0 commit comments

Comments
 (0)