Skip to content

addded @main

addded @main #4

Workflow file for this run

name: Call a reusable workflow
on:
push:
branches:
- "**"
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
call-workflow:
uses: alankritdabral/tailcall/.github/workflows/job1.yml@main

Check failure on line 13 in .github/workflows/job2.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/job2.yml

Invalid workflow file

error parsing called workflow ".github/workflows/job2.yml" -> "alankritdabral/tailcall/.github/workflows/job1.yml@main" : failed to fetch workflow: workflow was not found.
call-workflow-passing-data:
permissions:
contents: read
pull-requests: write
uses: alankritdabral/tailcall/.github/workflows/job2.yml@main
with:
config-path: .github/labeler.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}