diff --git a/.github/workflows/dbt_integration_test.yml b/.github/workflows/dbt_integration_test.yml index 5e160fc..8e8d3ac 100644 --- a/.github/workflows/dbt_integration_test.yml +++ b/.github/workflows/dbt_integration_test.yml @@ -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