From 953712b3dd11efcd7345173479c56caf03b2e0ea Mon Sep 17 00:00:00 2001 From: AJ Markow Date: Thu, 28 Sep 2023 09:24:25 -0500 Subject: [PATCH] Update github action steps --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e7624c..c38297c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - name: Register espanso as service run: espanso service register - name: Start Espanso & Create configuration - run: espanso restart + run: espanso start - name: Run the default task run: bundle exec rake - name: RSpec