From aee5e2e322764a5a733e293fdcdb129c173e5df4 Mon Sep 17 00:00:00 2001 From: Diego Francisco Valenzuela Iturra Date: Fri, 18 Jun 2021 19:15:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2754491..943e019 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: echo -e "event_name : ${{ github.event_name }}" echo -e "job : ${{ github.job }}" echo -e "ref : ${{ github.ref }}" - echo -e" repository : ${{ github.repository }}" + echo -e "repository : ${{ github.repository }}" echo -e "run_id : ${{ github.run_id }}" echo -e "sha : ${{ github.sha }}" echo -e "workflow : ${{ github.workflow }}"