Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolfx authored Dec 4, 2023
1 parent 61ddc2d commit 4a8221a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git clone https://github.com/$upstream_repo.git --filter=tree:0 upstream
cd upstream
cp ./$upstream_dir ../../ -rf
echo "commit_msg=`git log -n 1 --format=%B ./$upstream_dir`" >> "$GITHUB_OUTPUT"
echo "commit_msg=`git log -n 1 --format=%B ./$upstream_dir | head -n 1`" >> "$GITHUB_OUTPUT"
- name: Sync
run: |
git config user.name 'github-actions[bot]'
Expand Down

0 comments on commit 4a8221a

Please sign in to comment.