Skip to content

Commit 6663c87

Browse files
Debug if the branches array is working correctly
1 parent ceb2a95 commit 6663c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/multi_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
JSON_ARRAY=$(echo "[\"$(echo ${{ inputs.branches }} | tr ' ' '\",\"')\"]")
4141
echo "branches=$JSON_ARRAY" >> "$GITHUB_OUTPUT"
42+
echo "Branches: $JSON_ARRAY" >> "$GITHUB_STEP_SUMMARY"
4243
4344
publish_each:
4445
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)