Skip to content

Commit 50d773a

Browse files
authored
Fix indentation for workflow debug step
1 parent 3cefa8a commit 50d773a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

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

1919
steps:
2020
- name: Debug: prove workflow starts
21-
run: echo "Workflow started successfully"
21+
run: echo "Workflow started successfully"
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
2424

0 commit comments

Comments
 (0)