Skip to content

chore(deps): bump liquibase/build-logic from 0.6.3 to 0.6.4 #202

chore(deps): bump liquibase/build-logic from 0.6.3 to 0.6.4

chore(deps): bump liquibase/build-logic from 0.6.3 to 0.6.4 #202

Workflow file for this run

name: Liquibase Test Harness
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
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/[email protected]
secrets: inherit