From 4692b6230e5daeb0f034b3f7a0e00fb433e93de3 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Mon, 27 Feb 2023 04:46:07 +0100 Subject: [PATCH] fix missing quotes in action fixes #294 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b42e198b..442647b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -71,7 +71,7 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - git add *.xml SpoilerSeasonEnabled + git add "*.xml" SpoilerSeasonEnabled git commit -m "Deploy: $GITHUB_SHA" git push deploy_commit=`git rev-parse HEAD`