From 0cd2f330adc0093354509498a5ae12be5393651a Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 24 Jul 2021 17:14:31 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 7f8a1da..1f9a030 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -22,7 +22,7 @@ jobs: id: branch - name: Display branch name shell: bash - run: echo ${{ steps.branch.output.branch }} + run: echo ${{ steps.branch.outputs.branch }} # Runs a single command using the runners shell - name: Run a one-line script run: |