Skip to content

Commit

Permalink
fix the shard output echo (#2681)
Browse files Browse the repository at this point in the history
Signed-off-by: James Petersen <jpetersenames@gmail.com>
  • Loading branch information
found-it committed May 14, 2024
1 parent 2369c8e commit 7f8b870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fi
- name: Shard Results
run: echo ${{ steps.shard.outputs.matrix }}
run: echo '${{ steps.shard.outputs.matrix }}'

outputs:
# This is of the format [{"index": 0, "images": "a b c"}, {"index": 1, "images": "d e f"}, ...]
Expand Down

0 comments on commit 7f8b870

Please sign in to comment.