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 86b5957 commit fde0966Copy full SHA for fde0966
.github/workflows/update-dependencies.yml
@@ -24,7 +24,7 @@ jobs:
24
set -xe
25
26
# Install dependency
27
- apt update && apt install -y jq yq
+ sudo apt update && sudo apt install -y jq yq
28
29
# Tell git who we are for commits
30
git config user.email "${{ github.actor }}"
0 commit comments