Skip to content

feat: add beta tag to sidebar for logs (#2716) #2

feat: add beta tag to sidebar for logs (#2716)

feat: add beta tag to sidebar for logs (#2716) #2

name: ClickHouse Migration Preview
on:
workflow_call:
secrets:
CLICKHOUSE_URL:
required: true
jobs:
deploy:
environment: Preview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
with:
go: true
- name: Install gooes
run: go install github.com/pressly/goose/v3/cmd/goose@latest
- name: Migrate
run: goose clickhouse "${{ secrets.CLICKHOUSE_URL }}" up
working-directory: internal/clickhouse/schema
e

Check failure on line 29 in .github/workflows/job_clickhouse_migration_preview.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/job_clickhouse_migration_preview.yaml

Invalid workflow file

You have an error in your yaml syntax on line 29