Fix spacing
This commit is contained in:
parent
a0b9f0eb1f
commit
dc3e2a2acb
6
.github/workflows/fork-sync.yml
vendored
6
.github/workflows/fork-sync.yml
vendored
@ -4,9 +4,9 @@ on:
|
|||||||
- cron: '2 */12 * * *'
|
- cron: '2 */12 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
synchronize-upstream:
|
synchronize-upstream:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: gh repo sync discretizer/homepage
|
- run: gh repo sync discretizer/homepage
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user