From fb2e0be7857e1d6f615859c4664f789bc0f2712e Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr> Date: Mon, 31 Oct 2022 11:34:46 +0100 Subject: [PATCH] fixes typos. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 85f9349..4c533d3 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Java CI Sonar' description: 'Run sonar against Build a Java CI project with maven and Docker' runs: - using: "composite"i + using: "composite" steps: - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4.3.2 -- GitLab