Skip to content

OK-749: Runko DBT-ajon käsin käynnistämiselle #1

OK-749: Runko DBT-ajon käsin käynnistämiselle

OK-749: Runko DBT-ajon käsin käynnistämiselle #1

name: Run current installed DBT Runner task

Check failure on line 1 in .github/workflows/run-dbt-runner-task.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-dbt-runner-task.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: deploy
on:
workflow_call:
inputs:
environment:
type: string
required: true
description: 'Environment which to deploy to (testi/tuotanto)'
workflow_dispatch:
inputs:
environment:
type: choice
description: 'Environment which to deploy to'
options:
- testi
- tuotanto
permissions:
id-token: write
contents: read
jobs:
deploy:
name: Run current installed DBT Runner task
runs-on: ubuntu-latest