From 572016c18671f1f8b50fd502a283ca8eef6e131a Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 28 Feb 2024 10:42:12 +0300 Subject: [PATCH] Custom steps. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 176b514..787fd27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ } ] }, - "check-ros-config": { + "custom-steps": { "runs-on": "ubuntu-latest", "env": { "OS": "ubuntu-latest", @@ -176,7 +176,7 @@ "run": "echo $CUSTOM_ENV", "shell": "bash", "env": { - "CUSTOM-ENV": "Hello world!" + "CUSTOM_ENV": "Hello world!" } } ]