Fixes Github Actions

This commit is contained in:
2023-10-09 02:06:11 -03:00
parent 45473adec5
commit ccd9c50f35
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Create Config Json File
run: |
echo ${{ secrets.CONFIG_JSON }} | base64 -d > config.json
echo "${{ secrets.CONFIG_JSON }}" | base64 -d > config.json
- name: Inserts Prod Enviromental Variables
run: |