diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 0da7dd6f5c..40c138e787 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -26,6 +26,9 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + - name: Install dependencies + run: npm ci + - name: Create branch run: | git checkout -b agent/issue-${{ github.event.issue.number }}