We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5541410 commit e2de4f5Copy full SHA for e2de4f5
.github/actions/build/action.yml
@@ -86,7 +86,7 @@ runs:
86
uses: actions/checkout@v3
87
- name: Override env.json
88
if: ${{ inputs.override_env_json != '' }}
89
- run: mv appsettings_dev.json appsettings.json
+ run: mv ${{ inputs.override_env_json }}.${{ inputs.environment }} ${{ inputs.override_env_json }}
90
91
- name: Detect env
92
uses: infinum/js-pipeline/.github/actions/detect-env@v1
0 commit comments