Skip to content

Auto-update offers #1427

Auto-update offers

Auto-update offers #1427

Workflow file for this run

name: Auto-update offers
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: npm install
- run: node update
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automatic offers update