Skip to content

Commit 3a47883

Browse files
committed
fix: quote workflow step name
1 parent 03c6807 commit 3a47883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/engine-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
console.log('All required CLI execution methods present');
227227
"
228228
229-
- name: Test PluginLoader handles executable: prefix
229+
- name: "Test PluginLoader handles executable: prefix"
230230
run: |
231231
bun -e "
232232
import { PluginLoader } from './src/plugin/plugin-loader.ts';

0 commit comments

Comments
 (0)