Skip to content

Commit 9c69e93

Browse files
committed
Different run approach
1 parent 34609e2 commit 9c69e93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ runs:
6161
run: npm install -g @augmentcode/auggie
6262
shell: bash
6363
- name: Run Augment Agent
64-
run: node --experimental-strip-types $GITHUB_ACTION_PATH/src/index.ts
64+
run: |
65+
cd $GITHUB_ACTION_PATH
66+
npm install
67+
npx tsc
68+
node dist/index.js
6569
shell: bash
6670
env:
6771
INPUT_AUGMENT_SESSION_AUTH: ${{ inputs.augment_session_auth }}

0 commit comments

Comments
 (0)