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