From db2fc6090304e39f34c2d70a2ed7c7041209ca68 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Mon, 22 Nov 2021 20:31:23 +0100 Subject: [PATCH] chore: Fixed template workflow --- .github/workflows/game-template.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/game-template.yaml b/.github/workflows/game-template.yaml index b3166ea..1d9975b 100644 --- a/.github/workflows/game-template.yaml +++ b/.github/workflows/game-template.yaml @@ -28,8 +28,6 @@ jobs: run: | rm -rf game-template/addons/$ADDON cp -r release/addons/$ADDON game-template/addons - cd game-template - git status - name: "Commit" uses: EndBug/add-and-commit@v7.2.1 with: