Loading test.sh +2 −5 Original line number Diff line number Diff line Loading @@ -35,11 +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 git diff > patch.patch [ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1 Loading Loading
test.sh +2 −5 Original line number Diff line number Diff line Loading @@ -35,11 +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 git diff > patch.patch [ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1 Loading