Skip to content

Commit

Permalink
json love
Browse files Browse the repository at this point in the history
  • Loading branch information
VanTudor committed Feb 7, 2025
1 parent ec722e3 commit 1762a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
package: ${{ needs.affected-packages.outputs.integration-tests }}
branch: "ADAP-1185/separate-serial-integration-tests" # ${{ github.event.pull_request.head.ref }}
repository: "dbt-labs/dbt-adapters"
python-version: ${{ toJSON(vars.DEFAULT_PYTHON_VERSION) }}
os: ${{ toJSON(vars.DEFAULT_RUNNER) }}
python-version: ${{ toJSON(format('["{0}"]', vars.DEFAULT_PYTHON_VERSION)) }}
os: ${{ toJSON(format('["{0}"]', vars.DEFAULT_RUNNER)) }}
secrets: inherit

changelog-entry-check:
Expand Down

0 comments on commit 1762a06

Please sign in to comment.