Skip to content

Commit

Permalink
fixed snap plugin install in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Aug 23, 2022
1 parent 838a958 commit 8cf1dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap_install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: install snap build and connect plugin snap to certbot
run: |
sudo snap install ${{ steps.snapcraft.outputs.snap }}
sudo snap install --dangerous ${{ steps.snapcraft.outputs.snap }}
sudo snap connect certbot:plugin certbot-dns-duckdns
- name: check if plugin is registered
Expand Down

0 comments on commit 8cf1dfc

Please sign in to comment.