From be3f686dfe7ae5727837f4b858a1b43f358f29f3 Mon Sep 17 00:00:00 2001 From: AJ Markow Date: Thu, 28 Sep 2023 09:20:16 -0500 Subject: [PATCH] Add register step following espanso install in main.yml github action --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6243f0..c38297c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,8 @@ jobs: - name: Install Espanso run: | sudo snap install espanso --classic --channel=latest/edge + - name: Register espanso as service + run: espanso service register - name: Start Espanso & Create configuration run: espanso start - name: Run the default task