From bbd2c4ed39fd2a3a74db636b0d2153ed3f05ca24 Mon Sep 17 00:00:00 2001 From: Balint Molnar Date: Mon, 4 Mar 2024 13:52:15 +0100 Subject: [PATCH] Fix typo remove additional space --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54114259..d555accb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,6 +91,6 @@ jobs: sudo modprobe camblet sudo dmesg -T - - name: Run proxy-wasm smoke test with bearSSL + - name: Run proxy-wasm smoke test with bearSSL uses: ./camblet-driver/.github/actions/smoketest timeout-minutes: 1 \ No newline at end of file