Skip to content

Commit d2706eb

Browse files
committed
Remove dependency on bun
1 parent 3fbe40c commit d2706eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,8 @@ runs:
6060
- name: Setup Auggie
6161
run: npm install -g @augmentcode/auggie
6262
shell: bash
63-
- name: Setup Bun
64-
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
65-
with:
66-
bun-version: latest
6763
- name: Run Augment Agent
68-
run: bun run $GITHUB_ACTION_PATH/src/index.ts
64+
run: npm run $GITHUB_ACTION_PATH/src/index.ts
6965
shell: bash
7066
env:
7167
INPUT_AUGMENT_SESSION_AUTH: ${{ inputs.augment_session_auth }}

0 commit comments

Comments
 (0)