You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MinMicroG-abuse-CI/.github/workflows/cron.yml

17 lines
321 B
YAML

# Simple, no-dependency config to execute a file
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- run: |
git clone --single-branch "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" .
./run