Skip to content

Commit 4b4f48c

Browse files
committed
Add override env.json option
1 parent f8a8877 commit 4b4f48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
- name: Git checkout
8686
uses: actions/checkout@v3
8787
- name: Override env.json
88-
if: ${{ inputs.override_env_json != "" }}
88+
if: ${{ inputs.override_env_json != '' }}
8989
uses: "DamianReeves/write-file-action@master"
9090
with:
9191
path: ./src/assets/env.json

0 commit comments

Comments
 (0)