Skip to content

Commit

Permalink
Custom steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 28, 2024
1 parent 6932a6b commit 572016c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
]
},
"check-ros-config": {
"custom-steps": {
"runs-on": "ubuntu-latest",
"env": {
"OS": "ubuntu-latest",
Expand Down Expand Up @@ -176,7 +176,7 @@
"run": "echo $CUSTOM_ENV",
"shell": "bash",
"env": {
"CUSTOM-ENV": "Hello world!"
"CUSTOM_ENV": "Hello world!"
}
}
]
Expand Down

0 comments on commit 572016c

Please sign in to comment.