We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34609e2 commit 9c69e93Copy full SHA for 9c69e93
action.yml
@@ -61,7 +61,11 @@ runs:
61
run: npm install -g @augmentcode/auggie
62
shell: bash
63
- name: Run Augment Agent
64
- run: node --experimental-strip-types $GITHUB_ACTION_PATH/src/index.ts
+ run: |
65
+ cd $GITHUB_ACTION_PATH
66
+ npm install
67
+ npx tsc
68
+ node dist/index.js
69
70
env:
71
INPUT_AUGMENT_SESSION_AUTH: ${{ inputs.augment_session_auth }}
0 commit comments