homepage/.github/workflows/fork-sync.yml
Aaron Dalton d7cc337a1d Fix cache
2024-01-18 21:51:08 -08:00

14 lines
240 B
YAML

on:
workflow_dispatch:
schedule:
- cron: '2 */12 * * *'
jobs:
synchronize-upstream:
runs-on: ubuntu-latest
steps:
- run: gh repo sync discretizer/homepage
env:
GH_TOKEN: ${{ github.token }}