Skip to content

prices

prices #3853

Workflow file for this run

name: prices
on:
schedule:
- cron: "7 4-22 * * *"
workflow_dispatch:
jobs:
tests:
uses: ./.github/workflows/_reusable.yml
with:
playwright-test-cmd: npx playwright test tests/prices.spec.ts --project=firefox
diff-cmd: $(git diff HEAD^ HEAD --name-only --diff-filter=M ':scrapes/prices/*.md' | sed -r 's/(\w+)\/(.*)\.md$/\2/' | xargs | sed -e 's/ /, /g')
notfication-img: scrapes/prices/prices.png
secrets:
telegram-to: ${{ secrets.TELEGRAM_TO }}
telegram-token: ${{ secrets.TELEGRAM_TOKEN }}