File tree Expand file tree Collapse file tree 4 files changed +5880
-4554
lines changed
Expand file tree Collapse file tree 4 files changed +5880
-4554
lines changed Original file line number Diff line number Diff line change 6060 steps :
6161 - name : Set environment scope
6262 id : env-scope
63- uses : im-open/set-environment-variables-by-scope@v1.1.3
63+ uses : im-open/set-environment-variables-by-scope@v1.1.4
6464 with :
6565 scope : ${{ workflow.inputs.environment }}
6666 create-output-variables : true
8585 # the supplied env variables to create the resulting environment and output vars
8686 - name : Build Workflow Environment Variables
8787 # You may also reference just the major or major.minor version
88- uses : im-open/set-environment-variables-by-scope@v1.1.3
88+ uses : im-open/set-environment-variables-by-scope@v1.1.4
8989 with :
9090 scope : ${{ needs.setup.outputs.env-scope }}
9191 input-file : ./env-vars.yml
@@ -180,7 +180,7 @@ jobs:
180180
181181 steps:
182182 - name: Build DB Connection
183- uses: im-open/set-environment-variables-by-scope@v1.1.3
183+ uses: im-open/set-environment-variables-by-scope@v1.1.4
184184 with:
185185 scope: ${{ needs.setup.outputs.env-scope }}
186186 env:
You can’t perform that action at this time.
0 commit comments