mirror of
https://github.com/FlipsideCrypto/bob-models.git
synced 2026-02-06 11:06:56 +00:00
set outputs across jobs
This commit is contained in:
parent
5afa01b5de
commit
bf0753ac60
4
.github/workflows/dbt_integration_test.yml
vendored
4
.github/workflows/dbt_integration_test.yml
vendored
@ -15,9 +15,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: ${{ inputs.environment }}
|
||||
outputs:
|
||||
warehouse: ${{ steps.set_outputs.outputs.warehouse }}
|
||||
steps:
|
||||
- name: Set warehouse output
|
||||
id: set-outputs
|
||||
id: set_outputs
|
||||
run: |
|
||||
echo "warehouse=${{ vars.WAREHOUSE }}" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user