Skip to content

Commit f37a347

Browse files
author
Gu Shiwei
authored
Update example-workflow.yml
1 parent bbe22d4 commit f37a347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/example-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Action Not Skipped
6464
id: not-bypass
65-
run:
65+
run: |
6666
echo "::error ::Action not skipped, needs.check-bypass.outputs.can-skip is ${{ needs.check-bypass.outputs.can-skip }}"
6767
6868
test-action-bypass:

0 commit comments

Comments
 (0)