Skip to content

Revert "New readme table" #4

Revert "New readme table"

Revert "New readme table" #4

Workflow file for this run

name: CKAN 2.10 on Python 3.11 (v2)
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * 2,4'
jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable_ckan_tests.yml
with:
python-version: "3.11"

Check failure on line 13 in .github/workflows/ckan210-py311.yml

View workflow run for this annotation

GitHub Actions / CKAN 2.10 on Python 3.11 (v2)

Invalid workflow file

The workflow is not valid. .github/workflows/ckan210-py311.yml (Line: 13, Col: 23): Invalid input, python-version is not defined in the referenced workflow. .github/workflows/ckan210-py311.yml (Line: 14, Col: 21): Invalid input, ckan-version is not defined in the referenced workflow.
ckan-version: "dev-v2.10"