From c5b1236b72d5e276b08587a50f5687a7d35b2c75 Mon Sep 17 00:00:00 2001 From: AJ Markow Date: Thu, 28 Sep 2023 09:22:23 -0500 Subject: [PATCH] Update start command to always use restart (Espanso should be running already). --- .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 c38297c..7e7624c 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 start + run: espanso restart - name: Run the default task run: bundle exec rake - name: RSpec