# on: # schedule: # - cron: '1 1 * * *' # every day at 1:01am on: [push] jobs: update_database: runs-on: ubuntu-latest steps: - name: All tools we need run: apt update && apt install default-jre git php php-dom php-curl php-sqlite3 - name: Checkout uses: actions/checkout@v4 - name: run crawler run: | cd crawler php crawler.php