Skip to content

Commit

Permalink
CI: cache
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Feb 7, 2024
1 parent e78dfc3 commit ca702b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca702b8

Please sign in to comment.