Skip to content

Commit 34609e2

Browse files
committed
Fix the run command
1 parent b9efe0e commit 34609e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,8 @@ runs:
6060
- name: Setup Auggie
6161
run: npm install -g @augmentcode/auggie
6262
shell: bash
63-
- name: Test list directory
64-
run: ls
65-
shell: bash
6663
- name: Run Augment Agent
67-
run: npm run $GITHUB_ACTION_PATH/src/index.ts
64+
run: node --experimental-strip-types $GITHUB_ACTION_PATH/src/index.ts
6865
shell: bash
6966
env:
7067
INPUT_AUGMENT_SESSION_AUTH: ${{ inputs.augment_session_auth }}

0 commit comments

Comments
 (0)