From 06aa87d29ef561cf83a83c5c13338840bdfebd4f Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sat, 17 Aug 2024 09:21:48 -0400 Subject: [PATCH] FIX typo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3b6a8c..caa32a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,4 +61,4 @@ jobs: runs-on: ubuntu-latest steps: - name: External url creation - run: echo$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/run/$GITHUB_RUN_ID + run: echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/run/$GITHUB_RUN_ID