Loading test.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
test.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading