Skip to content

Commit fc35155

Browse files
committed
try again and again
1 parent c81adc6 commit fc35155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
id: taplo
180180
run: taplo fmt --check --diff --option indent_string=" "
181181
- name: Taplo info
182-
if: ${{ steps.taplo.outcome == 'failure' }} == 'true'
182+
if: ${{ steps.taplo.outcome == 'failure' }}
183183
run: |
184184
echo 'To fix toml fmt, please run `taplo fmt --option indent_string=" "`.'
185185
echo 'note: indent_string is with 4 spaces.'

0 commit comments

Comments
 (0)