Skip to content

chore(deps-dev): bump com.yugabyte:jdbc-yugabytedb (#229) #367

chore(deps-dev): bump com.yugabyte:jdbc-yugabytedb (#229)

chore(deps-dev): bump com.yugabyte:jdbc-yugabytedb (#229) #367

Workflow file for this run

name: Liquibase Test Harness
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
jobs:
authorize:
environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
runs-on: ubuntu-latest
steps:
- run: true
liquibase-test-harness:
needs: authorize
uses: liquibase/build-logic/.github/workflows/lth-docker.yml@main

Check failure on line 23 in .github/workflows/lth.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lth.yml

Invalid workflow file

error parsing called workflow ".github/workflows/lth.yml" -> "liquibase/build-logic/.github/workflows/lth-docker.yml@main" (source branch with sha:59efc193b2ae70bb97540d7de13ca3979c94f22e) : You have an error in your yaml syntax on line 3
secrets: inherit
dependabot:
needs: liquibase-test-harness
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
secrets: inherit