Skip to content

Update lab01.md

Update lab01.md #6

name: 04-1. Call Reusable Workflow Templates
on:
push:
branches: [main]
workflow_dispatch:
jobs:
call_dependencies_workflow_job:
needs: call_reusable_workflow_job
uses: jumainfomagnus/gh-abcs-actions/.github/workflows/job-dependencies.yml@main

Check failure on line 14 in .github/workflows/reusable-workflow-template.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reusable-workflow-template.yml

Invalid workflow file

error parsing called workflow ".github/workflows/reusable-workflow-template.yml" -> "jumainfomagnus/gh-abcs-actions/.github/workflows/job-dependencies.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
call_greet_everyone_workflow_job:
uses: githubabcs/gh-abcs-actions/.github/workflows/greet-everyone.yml@main
with:
name: 'Reusable Workflow Templates'
call_reusable_workflow_job:
uses: githubabcs/gh-abcs-actions/.github/workflows/super-linter.yml@main
call_demo_workflow_job:
needs: call_greet_everyone_workflow_job
uses: githubabcs/gh-abcs-actions/.github/workflows/github-actions-demo.yml@main