Skip to content

.github/workflows/test-model-image.yml #35

.github/workflows/test-model-image.yml

.github/workflows/test-model-image.yml #35

name: Call Test Model Image
on:
workflow_run:
workflows: ["Call Upload Model to Dockerhub"]
types:
- completed
jobs:
test-model:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ersilia-os/ersilia-model-workflows/.github/workflows/test-model-image.yml@main

Check failure on line 12 in .github/workflows/test-model-image.yml

View workflow run for this annotation

GitHub Actions / Call Test Model Image

Invalid workflow file

error parsing called workflow ".github/workflows/test-model-image.yml" -> "ersilia-os/ersilia-model-workflows/.github/workflows/test-model-image.yml@main" (source branch with sha:1a4e47620a492d27b0d613136374822bd49e58c4) : You have an error in your yaml syntax on line 25
with:
repo_name: ${{ github.event.repository.name }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}