Skip to content

LiveFleaPrice Fetcher #4887

LiveFleaPrice Fetcher

LiveFleaPrice Fetcher #4887

Workflow file for this run

name: LiveFleaPrice Fetcher
on:
push:
branches: [ main ]
schedule:
- cron: '0 * * * *' # Runs every hour
jobs:
fetch_data:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run fetch
- name: Commit and push changes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
add: 'prices.json'
message: 'Update prices'