Skip to content

Commit 1ac9896

Browse files
committed
chore: tweaking issue-comment to get it to work
1 parent f848e7c commit 1ac9896

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- uses: actions/setup-node@v4
2828
with:
2929
node-version-file: .nvmrc
30-
cache: 'pnpm'
3130

3231
- name: Install dependencies
3332
run: pnpm install --frozen-lockfile

.github/workflows/issue-comment.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,17 @@ jobs:
3737
- name: Checkout repository
3838
uses: actions/checkout@v3
3939

40-
- name: Set up pnpm
41-
uses: pnpm/action-setup@v2
40+
- uses: pnpm/action-setup@v2
4241
with:
4342
version: ${{ env.PNPM_VERSION }}
4443

45-
- name: Set up Node.js
46-
uses: actions/setup-node@v4
44+
- uses: actions/setup-node@v4
4745
with:
4846
node-version-file: .nvmrc
49-
cache: 'pnpm'
5047

51-
- name: Install MyCoder globally
52-
run: |
53-
# Skip tests when installing globally
54-
pnpm install -g mycoder --no-frozen-lockfile --ignore-scripts
48+
- run: pnpm install -g mycoder
5549

56-
- name: Run MyCoder with prompt
57-
env:
50+
- env:
5851
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5952
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
6053
run: |

0 commit comments

Comments
 (0)