Skip to content

.github/workflows/workflow_call.yml #4

.github/workflows/workflow_call.yml

.github/workflows/workflow_call.yml #4

Workflow file for this run

---
name: Trigger using workflow_call
on:
workflow_dispatch:
inputs:
husarion_ugv_branch:
description: Branch name of the release candidate.
type: string
default: ros2-devel
jobs:
run_external_action:
uses: rafal-gorecki/release-action/.github/workflows/test-release.yml@main

Check failure on line 14 in .github/workflows/workflow_call.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow_call.yml

Invalid workflow file

error parsing called workflow ".github/workflows/workflow_call.yml" -> "rafal-gorecki/release-action/.github/workflows/test-release.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
husarion_ugv_branch: ${{ github.event.inputs.husarion_ugv_branch }}