diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index ea61f2d..a8f2a6e 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -33,7 +33,7 @@ jobs: git config --global user.name 'hydroper' git config --global user.email 'matheusdiasdesouzads@gmail.com' git checkout demo - git switch demo + git switch -C demo git add demo git commit -m "Automated report" git push origin demo