Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b351b1d

Browse files
committed
Right, leading exclamation marks in yaml!
1 parent b7220a8 commit b351b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
fetch-depth: 1
115115

116116
- name: Checkout sparsely to avoid issues with unicode paths
117-
if: !success()
117+
if: '!success()'
118118
run: |
119119
git sparse-checkout init
120120
git sparse-checkout set '/*' '!/tests/'

0 commit comments

Comments
 (0)