File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ inputs:
50
50
51
51
override_env_json :
52
52
required : false
53
- description : ' Contents of the env.json file to override with '
53
+ description : ' Override env.json file'
54
54
55
55
# vault:
56
56
VAULT_ADDR :
@@ -86,18 +86,15 @@ runs:
86
86
uses : actions/checkout@v3
87
87
- name : Override env.json
88
88
if : ${{ inputs.override_env_json != '' }}
89
- uses : " DamianReeves/write-file-action@master"
90
- with :
91
- path : ./src/assets/env.json
92
- write-mode : overwrite
93
- contents : ${{ inputs.override_env_json }}
89
+ run : mv appsettings_dev.json appsettings.json
90
+
94
91
- name : Detect env
95
92
uses : infinum/js-pipeline/.github/actions/detect-env@v1
96
93
with :
97
94
runner : ${{ inputs.runner }}
98
95
framework : ${{ inputs.framework }}
99
96
ssr : ${{ inputs.ssr }}
100
- package_manager : ${{ inputs.package_manager }}
97
+ package_manager : ${{ inputs.package_manager }}
101
98
newrelic : ${{ inputs.newrelic }}
102
99
dist_path : ${{ inputs.dist_path }}
103
100
- name : ' Bootstrap up the Node.js environment'
Original file line number Diff line number Diff line change 117
117
override_env_json :
118
118
required : false
119
119
type : string
120
- description : ' Contents of the env.json file to override with '
120
+ description : ' Override the env.json file'
121
121
122
122
secrets :
123
123
VAULT_ADDR :
You can’t perform that action at this time.
0 commit comments