We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5afbb1 + d5952a7 commit 651744eCopy full SHA for 651744e
1 file changed
.github/workflows/autoupdate-branch.yml
@@ -39,6 +39,9 @@ jobs:
39
node-version: 16.13.x
40
cache: npm
41
42
+ - name: Install dependencies
43
+ run: npm ci
44
+
45
- name: Update next PR in queue
46
env:
47
GITHUB_TOKEN: ${{ secrets.DOCUBOT_REPO_PAT }}
0 commit comments