diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 7327ecf4e6..82028dd224 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -13,7 +13,11 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 1 + - uses: actions/cache@v3 + with: + path: cache/upstream + key: upstream - run: | ./init.sh style - git -C style remote set-url origin "$(git remote get-url origin)" - git -C style push + # git -C style remote set-url origin "$(git remote get-url origin)" + # git -C style push