Skip to content

Commit

Permalink
Merge branch 'main' into add_release_internal_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit authored Mar 21, 2024
2 parents e97dc66 + 618c85d commit 8c30ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c30ebe

Please sign in to comment.