Skip to content

Fix incorrect repository for targeting composite action #69

Fix incorrect repository for targeting composite action

Fix incorrect repository for targeting composite action #69

Workflow file for this run

name: Run tests
on:
push:
branches: ['main']
pull_request:
jobs:
canary:
uses: ./.github/workflows/pytest.yaml

Check failure on line 10 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "./.github/workflows/pytest.yaml" : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
# Choose colcon-notification for a canary build. It has colcon
# dependencies and debian patches, so exercieses a fair amount of the
# CI action features.
repository: colcon/colcon-notification
# Use HEAD to find strategy.json file instead of the tip of colcon/ci
setup-repository: ''