sort -u all
This commit is contained in:
parent
aeb6decd2d
commit
98ac0ef754
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue