Skip to content

Commit 53bfac0

Browse files
committed
fix: Error running pnpm cli with websiteUrl in issues running action
1 parent ecf2e5e commit 53bfac0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/issue-open.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
fs.writeFileSync('./travellings-bot/url.txt', websiteUrl);
122122
# - name: ls
123123
# run: ls
124+
- name: Install Chrome
125+
run: npx puppeteer browsers install chrome
126+
124127
- name: Run pnpm cli with websiteUrl
125128
run: |
126129
websiteUrl=$(head -n 1 url.txt)

0 commit comments

Comments
 (0)