fix missing quotes in action

fixes #294
This commit is contained in:
ebbit1q
2023-02-27 04:46:07 +01:00
committed by GitHub
parent 6a92707354
commit 4692b6230e

View File

@@ -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`