We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f760ec9 commit f4ac0d5Copy full SHA for f4ac0d5
.github/workflows/sync-mlx.yml
@@ -95,9 +95,9 @@ jobs:
95
if: steps.mlx.outputs.update_needed == 'true'
96
uses: peter-evans/create-pull-request@v6
97
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 }}
+ branch: "chore/sync-mlx-${{ steps.mlx.outputs.latest_version }}"
+ commit-message: "chore: sync MLX to ${{ steps.mlx.outputs.latest_tag }}"
+ title: "chore: sync MLX to ${{ steps.mlx.outputs.latest_tag }}"
101
body: |
102
- Update `extern/mlx` submodule to `${{ steps.mlx.outputs.latest_tag }}`
103
- Align package version fields to `${{ steps.mlx.outputs.latest_version }}`
0 commit comments