Fixes Github Actions
This commit is contained in:
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user