Unverified Commit 60231a0a authored by Tom Moulard's avatar Tom Moulard
Browse files

test: fixup commit author

parent ff9bcebb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ rm $file

# Creating a patch to fix test_config.yml
dc config > test_config.yml
git config --global user.email "contact@github.com"
git config --global user.name "Github Action"
git add test_config.yml
git commit -m "uncommited"
git format-patch HEAD~1