We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd60aee commit baaa962Copy full SHA for baaa962
.github/workflows/update-dependencies.yml
@@ -26,7 +26,7 @@ jobs:
26
# Install dependency
27
sudo apt update
28
sudo apt install -y jq
29
- snap install yq --channel=v3/stable
+ sudo snap install yq --channel=v3/stable
30
31
# Tell git who we are for commits
32
git config user.email "${{ github.actor }}"
0 commit comments