posts/9d0df432 #1
Replies: 2 comments
-
|
开启giscus评论!😀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
解决GitHub actions更改更新时间的问题:git-restore-mtime - uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
# If your repository depends on submodule, please see: https://github.com/actions/checkout
submodules: recursive
# git-restore-mtime-bare uses the ref log to find the correct timestamp
# for each file. This requires a full git history. The default value (1)
# creates a shallow checkout.
fetch-depth: 0
# Fix timestamps
- name: restore timestamps
uses: chetan/git-restore-mtime-action@v2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
posts/9d0df432
Hexo Theme Keep
https://fuos.github.io/posts/9d0df432.html
Beta Was this translation helpful? Give feedback.
All reactions