# on: # schedule: # - cron: '1 1 * * *' # every day at 1:01am on: [push] jobs: update_database: runs-on: alpine steps: - name: All tools we need run: apk add git curl jq openjdk21-jre php php-dom php-curl php-openssl php-sqlite3 - name: Checkout uses: actions/checkout@v4 - name: run crawler run: | cd crawler php crawler.php