From 764aeba84b468dd99cb1a62cb8bc5d24375c36b3 Mon Sep 17 00:00:00 2001 From: Mila Page Date: Wed, 20 Mar 2024 17:08:10 -0700 Subject: [PATCH] Change input references to make documentation recommendations. --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 874001c4..691029e3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -71,8 +71,8 @@ jobs: shell: bash run: | ./.github/scripts/update_dev_packages.sh \ - ${{ github.event.inputs.dbt_adapters_branch }} \ - ${{ github.event.inputs.core_branch }} + ${{ inputs.dbt_adapters_branch }} \ + ${{ inputs.core_branch }} - name: Setup postgres shell: bash