Skip to content

Commit

Permalink
ci: puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 11, 2025
1 parent 5dd1851 commit 64c8501
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cron-codes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch: # This line enables manual triggering of the workflow

jobs:
test:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -24,6 +24,8 @@ jobs:
with:
version: latest
run_install: true
- name: Setup Puppeteer
run: node node_modules/puppeteer/install.mjs
- name: Cron
run: |
git config --global user.email ${{ secrets.GIT_EMAIL }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cron-prices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch: # This line enables manual triggering of the workflow

jobs:
test:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -24,6 +24,8 @@ jobs:
with:
version: latest
run_install: true
- name: Setup Puppeteer
run: node node_modules/puppeteer/install.mjs
- name: Cron
run: |
git config --global user.email ${{ secrets.GIT_EMAIL }}
Expand Down

0 comments on commit 64c8501

Please sign in to comment.