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 b9efe0e commit 34609e2Copy full SHA for 34609e2
action.yml
@@ -60,11 +60,8 @@ runs:
60
- name: Setup Auggie
61
run: npm install -g @augmentcode/auggie
62
shell: bash
63
- - name: Test list directory
64
- run: ls
65
- shell: bash
66
- name: Run Augment Agent
67
- run: npm run $GITHUB_ACTION_PATH/src/index.ts
+ run: node --experimental-strip-types $GITHUB_ACTION_PATH/src/index.ts
68
69
env:
70
INPUT_AUGMENT_SESSION_AUTH: ${{ inputs.augment_session_auth }}
0 commit comments