From 96d8661ca97893a201e8ecbe7ee5ff2fd7b0b121 Mon Sep 17 00:00:00 2001 From: Roger Carhuatocto Date: Mon, 27 Nov 2023 16:18:28 +0000 Subject: [PATCH] Update .github/workflows/publish-on-fleek.yaml Co-authored-by: Michael Heuer <20623991+Michael-A-Heuer@users.noreply.github.com> --- .github/workflows/publish-on-fleek.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-on-fleek.yaml b/.github/workflows/publish-on-fleek.yaml index bc3609a4..6cf10c3c 100644 --- a/.github/workflows/publish-on-fleek.yaml +++ b/.github/workflows/publish-on-fleek.yaml @@ -41,5 +41,5 @@ jobs: with: apiKey: ${{ secrets.FLEEK_API_KEY }} - - name: Get Fleek outpu URL ( Branch=${{ inputs.source_branch }} ) + - name: Get Fleek output URL ( Branch=${{ inputs.source_branch }} ) run: echo "The Fleek output URL is ${{ steps.deploy.outputs.deployUrl }}"