Skip to content

Commit f4ac0d5

Browse files
committed
fix ci
1 parent f760ec9 commit f4ac0d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-mlx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ jobs:
9595
if: steps.mlx.outputs.update_needed == 'true'
9696
uses: peter-evans/create-pull-request@v6
9797
with:
98-
branch: chore/sync-mlx-${{ steps.mlx.outputs.latest_version }}
99-
commit-message: chore: sync MLX to ${{ steps.mlx.outputs.latest_tag }}
100-
title: chore: sync MLX to ${{ steps.mlx.outputs.latest_tag }}
98+
branch: "chore/sync-mlx-${{ steps.mlx.outputs.latest_version }}"
99+
commit-message: "chore: sync MLX to ${{ steps.mlx.outputs.latest_tag }}"
100+
title: "chore: sync MLX to ${{ steps.mlx.outputs.latest_tag }}"
101101
body: |
102102
- Update `extern/mlx` submodule to `${{ steps.mlx.outputs.latest_tag }}`
103103
- Align package version fields to `${{ steps.mlx.outputs.latest_version }}`

0 commit comments

Comments
 (0)