We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2706eb commit b9efe0eCopy full SHA for b9efe0e
1 file changed
action.yml
@@ -60,6 +60,9 @@ 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
68
0 commit comments