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: |