Checkout branch

This commit is contained in:
Jan Mikeš 2020-03-11 22:21:57 +01:00
parent 31eca1df2b
commit bdf5b23934
No known key found for this signature in database
GPG Key ID: 1DEDF63B40DDA99D
2 changed files with 2 additions and 1 deletions

View File

@ -30,5 +30,6 @@ jobs:
run: |
git config --global user.name 'Rector'
git config --global user.email 'rector@actions.github.com'
git checkout "${GITHUB_REF:11}"
git commit -am "Rector fixes"
git push

View File

@ -1,6 +1,6 @@
<?php
declare (strict_types=1);
declare(strict_types=1);
namespace Rector\Core\DogFood;