Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

- name: ROS 2 Workspace Action
# You may pin to the exact commit or the version.
# uses: ichiro-its/ros2-ws-action@3f3a5538f7a7b1794c976c660d446deef2e2ca9f

Check failure on line 3 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
uses: ichiro-its/[email protected]
with:
# The ROS 2 distribution to be used
distro: humble # optional, default is iron
on:
push:
branches:
- master
steps:
- name: Deploy app
run: exit 0