Skip to content

Commit

Permalink
Add restore-keys for GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 11, 2024
1 parent 6cd889b commit eb19112
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
branch: main

- name: Use feishu pages cache
uses: actions/cache@v3
uses: actions/cache@v4
id: feishu_pages_export_cache
with:
path: ./feishu-pages/.cache
key: feishu_pages_export_cache_key
restore-keys: |
feishu_pages_export_cache_key
- name: Start export feishu pages
env:
Expand Down

0 comments on commit eb19112

Please sign in to comment.