Fix pre-commit issues
This commit is contained in:
parent
8dd0bac5ab
commit
530d38138c
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@ -123,4 +123,3 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
|
|
||||||
|
|||||||
10
.github/workflows/fork-sync.yml
vendored
10
.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: ${{ secrets.GITHUB_ENV }}
|
GH_TOKEN: ${{ secrets.GITHUB_ENV }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user