Skip to content

.github/workflows/main.yml #188

.github/workflows/main.yml

.github/workflows/main.yml #188

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run script file
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
chmod +x ./scrapper.sh
./scrapper.sh
shell: bash