From 928a53faedd3ec2edaed7cd6f626ee681e4c5f39 Mon Sep 17 00:00:00 2001 From: "J. Fronny" <33260128+JFronny@users.noreply.github.com> Date: Fri, 20 Dec 2019 13:55:17 +0100 Subject: [PATCH] were do error be? --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9303db..91dc8b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,8 @@ jobs: [System.IO.File]::WriteAllLines($FilePath, (Get-Content $FilePath), $utf8NoBomEncoding) Write-Host "Remove UTF-8 BOM successfully" } - echo "Pushing" + echo "Committing" git add . git commit -m "Automated update to Meta.xml" + echo "Pushing" git push