Fixed format string.
This commit is contained in:
parent
39d1d76bfc
commit
5276c6aaf1
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -58,7 +58,7 @@ runs:
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
|
|
||||||
- name: Test Ros
|
- name: Test Ros
|
||||||
shell: ros -Q -- $0 "$@"
|
shell: ros -Q -- ${0} "$@"
|
||||||
run: |
|
run: |
|
||||||
(progn
|
(progn
|
||||||
(ros:ensure-asdf)
|
(ros:ensure-asdf)
|
||||||
|
|
Loading…
Reference in a new issue