Skip to content

Commit facba5a

Browse files
committed
Fix
1 parent 726a1ad commit facba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Print outputs
4343
run: |
44-
echo ''::group::should_skip'
44+
echo '::group::should_skip'
4545
echo '${{ steps.skip_check.outputs.should_skip }}'
4646
echo '::endgroup::'
4747

0 commit comments

Comments
 (0)