Skip to content

Cron

Cron #2012

Workflow file for this run

name: Cron
on:
workflow_dispatch:
schedule:
- cron: '0 * * * 0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run script
shell: bash
run: |
./script.sh
- name: Open PR
uses: peter-evans/create-pull-request@v4
with:
title: Automatic Update