|
@@ -739,8 +739,8 @@ jobs:
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
cd $KERNEL_ROOT/common
|
|
cd $KERNEL_ROOT/common
|
|
|
- git config --global user.name "TheWildJames"
|
|
|
|
|
- git config --global user.email "bins4us@hotmail.com"
|
|
|
|
|
|
|
+ git config --global user.name "github-actions[bot]"
|
|
|
|
|
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
|
|
git add .
|
|
git add .
|
|
|
git commit -m "Wild: Clean Dirty Flag"
|
|
git commit -m "Wild: Clean Dirty Flag"
|
|
|
|
|
|