We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f2f6d commit 68e64f2Copy full SHA for 68e64f2
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