Skip to content

Commit

Permalink
Add register step following espanso install in main.yml github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmarkow committed Sep 28, 2023
1 parent f8e1796 commit be3f686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be3f686

Please sign in to comment.