Skip to content

Commit b670a04

Browse files
committed
Fix a missing double quote
1 parent 36a04de commit b670a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/launchable/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ runs:
244244
post: |
245245
rm -f "${test_all_session_file}"
246246
rm -f "${btest_session_file}"
247-
rm -f "${test_spec_session_file}
247+
rm -f "${test_spec_session_file}"
248248
if: always() && steps.setup-launchable.outcome == 'success'
249249
env:
250250
test_all_session_file: ${{ steps.global.outputs.test_all_session_file }}

0 commit comments

Comments
 (0)