Skip to content

chore(deps): bump ash from 3.0.7 to 3.0.9 #65

chore(deps): bump ash from 3.0.7 to 3.0.9

chore(deps): bump ash from 3.0.7 to 3.0.9 #65

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" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
mysql: true
mysql-version: ${{matrix.mysql-version}}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}