mirror of
https://github.com/actions/cache.git
synced 2026-07-03 21:59:30 +00:00
Switched to forked toolkit
This commit is contained in:
parent
8cf0abb534
commit
fed9ab945e
70 changed files with 219203 additions and 26887 deletions
21
.github/workflows/sync-fork.yml
vendored
Normal file
21
.github/workflows/sync-fork.yml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: Sync Upstream
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: fopina/upstream-to-pr@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
upstream-repository: https://github.com/actions/cache.git
|
||||
Loading…
Add table
Add a link
Reference in a new issue