sort -u all

This commit is contained in:
zenobit 2025-04-09 20:56:53 +02:00 committed by GitHub
parent aeb6decd2d
commit 98ac0ef754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ jobs:
for os in ${changed_os}; do
./action $os | tee /dev/null
done
sort -u < TODO/all | tee TODO/all
git config --global user.name "${{ github.repository_owner }}"
git config --global user.email "noreply@github.com"