Skip to content

Update OED schema to release v4 #263

Update OED schema to release v4

Update OED schema to release v4 #263

Workflow file for this run

name: Platform Integration
on:
pull_request:
workflow_dispatch:
inputs:
platform_branch:
description: "Platform branch to test with: [git ref]"
required: false
jobs:
platform_testing:
uses: OasisLMF/OasisPlatform/.github/workflows/test-python_api.yml@main

Check failure on line 13 in .github/workflows/test-platform.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-platform.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-platform.yml" -> "OasisLMF/OasisPlatform/.github/workflows/test-python_api.yml@main" (source branch with sha:60f1b76900dc1aef861cf27a8a3b85821133245a) --> "OasisLMF/ODS_Tools/.github/workflows/build.yml@main" (source branch with sha:ffa8b7d97725c5c9f2c36c9d2724c106f4879bee) ---> "OasisLMF/ODS_OpenExposureData/.github/workflows/build.yml@develop" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit
with:
ods_branch: ${{ github.ref }}
platform_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.platform_branch }}