This commit is contained in:
yulike 2022-12-01 12:28:05 -05:00
parent 89e09cbcf5
commit bc199d96ac

View File

@ -4,7 +4,13 @@ name: dbt run ad hoc job
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: push
on:
workflow_dispatch:
inputs:
dbt_command:
type: string
description: 'dbt commands to run'
required: true
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: