Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- name: Set environment
id: env-scope
uses: im-open/[email protected].0
uses: im-open/[email protected].1
with:
scope: ${{ workflow.inputs.environment }}
create-output-variables: true
Expand All @@ -91,7 +91,7 @@ jobs:
# the supplied env variables to create the resulting environment and output vars
- name: Build Workflow Environment Variables
# You may also reference just the major or major.minor version
uses: im-open/[email protected].0
uses: im-open/[email protected].1
with:
scope: ${{ needs.setup.outputs.env-scope }}
input-file: ./env-vars.yml
Expand Down Expand Up @@ -158,7 +158,7 @@ GitHub actions expressions can be used in the _`key-value`_ when supplying input

```yaml
- name: Build DB Connection
uses: im-open/[email protected].0
uses: im-open/[email protected].1
with:
scope: ${{ needs.setup.outputs.env-scope }}
env:
Expand Down
Loading
Loading