Skip to content

chore: try to please github workflow #52

chore: try to please github workflow

chore: try to please github workflow #52

Workflow file for this run

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
strategy:
fail-fast: false
matrix:
mysql-version: ["8.0"]
uses: lejoko/ash_mysql/.github/workflows/ash-ci.yml@main

Check failure on line 15 in .github/workflows/elixir.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/elixir.yml

Invalid workflow file

error parsing called workflow ".github/workflows/elixir.yml" -> "lejoko/ash_mysql/.github/workflows/ash-ci.yml@main" (source branch with sha:7af7afe34541471ef01eda085c007ac9bd966824) : You have an error in your yaml syntax on line 194
with:
mysql: true
mysql-version: ${{matrix.mysql-version}}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}