From 618c85d7108039abd868b328973fdd45784b4c79 Mon Sep 17 00:00:00 2001 From: Mila Page <67295367+VersusFacit@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:29:18 -0700 Subject: [PATCH] Change input references to make documentation recommendations. (#37) Co-authored-by: Mila Page --- .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