Skip to content

Commit

Permalink
fix: code not updated, CI run error (#4099)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 authored Jan 31, 2024
1 parent 515525a commit 0b5b0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
echo '${{ needs.get-commit-id.outputs.upstream_id }}' > ./build_version
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -am "build ${{ needs.get-commit-id.outputs.upstream_id }} in $CURRENT_TIME"
git commit -am "build ${{ needs.get-commit-id.outputs.upstream_id }} in $CURRENT_TIME" --allow-empty
git push -f --set-upstream origin buildhistory

0 comments on commit 0b5b0be

Please sign in to comment.