From c97ee98f6ad3426a6ef406f3855efd54fe686b79 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 31 Dec 2022 05:08:36 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5eaa430..1574d90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,5 +13,5 @@ jobs: steps: - uses: actions/checkout@v1 - name: script - run: QuestAssetGenerator.py -a ${{ secrets.GITHUB_TOKEN }} + run: QuestAssetGenerator.py -a "${{ secrets.GITHUB_TOKEN }}" shell: python