From 5276c6aaf1f44026226e6a9391af08a09ce72fc4 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 10:55:41 +0300 Subject: [PATCH] Fixed format string. --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index ff4b04d..1fbfa15 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -58,7 +58,7 @@ runs: echo ::endgroup:: - name: Test Ros - shell: ros -Q -- $0 "$@" + shell: ros -Q -- ${0} "$@" run: | (progn (ros:ensure-asdf)