Skip to content

Commit e2de4f5

Browse files
committed
Add override env.json option
1 parent 5541410 commit e2de4f5

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
@@ -86,7 +86,7 @@ runs:
8686
uses: actions/checkout@v3
8787
- name: Override env.json
8888
if: ${{ inputs.override_env_json != '' }}
89-
run: mv appsettings_dev.json appsettings.json
89+
run: mv ${{ inputs.override_env_json }}.${{ inputs.environment }} ${{ inputs.override_env_json }}
9090

9191
- name: Detect env
9292
uses: infinum/js-pipeline/.github/actions/detect-env@v1

0 commit comments

Comments
 (0)