Skip to content

Commit

Permalink
排查异常4
Browse files Browse the repository at this point in the history
  • Loading branch information
maboloshi committed Dec 15, 2023
1 parent dc6da0c commit 6157f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.user.js_version_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
if [ ! "$(git tag --contains ${{ github.sha }})" ]; then
# 获得最近以`main.user.js Update to version`开头的提交的sha
release_commit_sha=$(git log --grep="^main.user.js Update to version" -n 1 --pretty=format:"%H")
git log -n 10 --pretty=oneline
git log --grep="^main.user.js Update to version" -n 1 --pretty=format:"%H"
# 对应的时间戳
release_commit_timestamp=$(git show -s --format=%ct $release_commit_sha)
Expand Down

0 comments on commit 6157f64

Please sign in to comment.