mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-07-14 23:35:40 +00:00
Update sync-fork.yml
This commit is contained in:
parent
3d648fdf84
commit
7bacbc1730
1 changed files with 3 additions and 3 deletions
6
.github/workflows/sync-fork.yml
vendored
6
.github/workflows/sync-fork.yml
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
name: Sync Upstream
|
name: Sync Upstream
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '*/30 * * * *'
|
# - cron: '*/30 * * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
@ -18,4 +18,4 @@ jobs:
|
||||||
- uses: fopina/upstream-to-pr@v1
|
- uses: fopina/upstream-to-pr@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
upstream-repository: https://github.com/actions/cache.git
|
upstream-repository: https://github.com/actions/cache.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue