Skip to content

Feature/lab04

Feature/lab04 #1

name: 04-1. Call Reusable Workflow Templates
on:
push:
branches: [main]
workflow_dispatch:
jobs:
call_greet_everyone_workflow_job:
uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/greet-everyone.yml@main
with:
name: 'Reusable Workflow Templates'
call_reusable_workflow_job:
uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/super-linter.yml@main
call_demo_workflow_job:
needs: call_greet_everyone_workflow_job
uses: githubdevopsabcs/gh-abcs-actions/.github/workflows/github-actions-demo.yml@main
call_dependencies_workflow_job:
needs: call_reusable_workflow_job
uses: <YOUR_USER_ACCOUNT>/gh-abcs-actions/.github/workflows/job-dependencies.yml@main

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

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: owner name must be a valid repository owner name