From f7f21eaf901d2e2440008adf596587fed40cb8fa Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 21 Jul 2023 11:03:27 -0400 Subject: [PATCH] fix tabbing? --- .github/workflows/build_matlab.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_matlab.yml b/.github/workflows/build_matlab.yml index b877ecf4d..810518632 100644 --- a/.github/workflows/build_matlab.yml +++ b/.github/workflows/build_matlab.yml @@ -29,8 +29,8 @@ jobs: cmake .. cmake --build . --config Release --target install --parallel 4 - name: Run example script - uses: matlab-actions/run-command@v1 - with: - command: example + uses: matlab-actions/run-command@v1 + with: + command: example