diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3e33bf2..4ef114f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -87,6 +87,7 @@ jobs: run: | echo "ig/${{ steps.branch-name.outputs }}" echo ${{ steps.branch-name.outputs }} + echo ${steps.branch-name.outputs} echo $steps.branch-name.outputs cat ${{ steps.branch-name.outputs }} values=($(echo "${{ steps.branch-name.outputs }}" | jq -r '.[]'))