Skip to content

run-main

run-main #31

Workflow file for this run

name: run-main
run-name: run-main
on:
push:
branches:
- main
schedule:
# every 15 minutes
- cron: '*/15 * * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
name: main
steps:
# - run: apt-get update
# - run: apt-get install -y git
- uses: actions/checkout@v3
- run: sh ./run.sh
- run: ls
# prevents fatal: detected dubious ownership in repository at '/__w/311-flooding-request/311-flooding-request'
- run: git config --global --add safe.directory /__w/311-flooding-request/311-flooding-request
# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5