We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d82e2 commit fddd7d2Copy full SHA for fddd7d2
1 file changed
.github/workflows/agent.yml
@@ -26,6 +26,9 @@ jobs:
26
git config user.name "github-actions[bot]"
27
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
28
29
+ - name: Install dependencies
30
+ run: npm ci
31
+
32
- name: Create branch
33
run: |
34
git checkout -b agent/issue-${{ github.event.issue.number }}
0 commit comments