Fix pre-commit issues

This commit is contained in:
Aaron Dalton 2024-01-07 22:08:18 -05:00
parent 8dd0bac5ab
commit 530d38138c
2 changed files with 5 additions and 6 deletions

View File

@ -123,4 +123,3 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

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: ${{ secrets.GITHUB_ENV }}
env:
GH_TOKEN: ${{ secrets.GITHUB_ENV }}