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 3fbe40c commit d2706ebCopy full SHA for d2706eb
action.yml
@@ -60,12 +60,8 @@ runs:
60
- name: Setup Auggie
61
run: npm install -g @augmentcode/auggie
62
shell: bash
63
- - name: Setup Bun
64
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
65
- with:
66
- bun-version: latest
67
- name: Run Augment Agent
68
- run: bun run $GITHUB_ACTION_PATH/src/index.ts
+ run: npm run $GITHUB_ACTION_PATH/src/index.ts
69
70
env:
71
INPUT_AUGMENT_SESSION_AUTH: ${{ inputs.augment_session_auth }}
0 commit comments