|
60 | 60 | steps: |
61 | 61 | - name: Set environment scope |
62 | 62 | id: env-scope |
63 | | - uses: im-open/set-environment-variables-by-scope@v1.1.2 |
| 63 | + uses: im-open/set-environment-variables-by-scope@v1.1.3 |
64 | 64 | with: |
65 | 65 | scope: ${{ workflow.inputs.environment }} |
66 | 66 | create-output-variables: true |
|
84 | 84 | # The set-environment-variables-by-scope action uses both the input-file and |
85 | 85 | # the supplied env variables to create the resulting environment and output vars |
86 | 86 | - name: Build Workflow Environment Variables |
87 | | - uses: im-open/set-environment-variables-by-scope@v1.1.2 |
| 87 | + # You may also reference just the major or major.minor version |
| 88 | + uses: im-open/set-environment-variables-by-scope@v1.1.3 |
88 | 89 | with: |
89 | 90 | scope: ${{ needs.setup.outputs.env-scope }} |
90 | 91 | input-file: ./env-vars.yml |
@@ -179,7 +180,7 @@ jobs: |
179 | 180 |
|
180 | 181 | steps: |
181 | 182 | - name: Build DB Connection |
182 | | - uses: im-open/set-environment-variables-by-scope@v1.1.2 |
| 183 | + uses: im-open/set-environment-variables-by-scope@v1.1.3 |
183 | 184 | with: |
184 | 185 | scope: ${{ needs.setup.outputs.env-scope }} |
185 | 186 | env: |
@@ -244,4 +245,4 @@ This project has adopted the [im-open's Code of Conduct](https://github.com/im-o |
244 | 245 |
|
245 | 246 | Copyright © 2021, Extend Health, LLC. Code released under the [MIT license](LICENSE). |
246 | 247 |
|
247 | | -[git-version-lite]: https://github.com/im-open/git-version-lite |
| 248 | +[git-version-lite]: https://github.com/im-open/git-version-lite |
0 commit comments