Fix spacing

This commit is contained in:
Aaron Dalton 2024-01-10 13:11:50 -05:00
parent a0b9f0eb1f
commit dc3e2a2acb

View File

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