From 76f4106fd70db7a8c1f7fea84f3bc111c7281913 Mon Sep 17 00:00:00 2001 From: Cyanoure Date: Sun, 15 Sep 2024 16:09:39 +0200 Subject: [PATCH] Update Actions --- .github/workflows/Build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index dbab316..38a943d 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -42,11 +42,10 @@ jobs: # Commit build files - name: Commit build files to build branch - uses: actions/checkout@v3 run: | git config --global user.name 'Git Bot' git config --global user.email 'noreply@kozelkaricsi.hu' - git add -f dist && git commit -am 'Build' + git add -f dist && git commit -am "Build" git push # Upload the build directory as an artifact