diff --git a/.github/workflows/flake-sync.yml b/.github/workflows/flake-sync.yml index 377eb6c..4e0e7d9 100644 --- a/.github/workflows/flake-sync.yml +++ b/.github/workflows/flake-sync.yml @@ -114,7 +114,7 @@ jobs: git add flake.nix git commit -m "chore(flake): sync version + npmDepsHash [skip-flake-sync] -Auto-generated by .github/workflows/flake-sync.yml. -- version: ${{ steps.current.outputs.cur_version }} → ${{ steps.compute.outputs.pkg_version }} -- npmDepsHash: ${{ steps.current.outputs.cur_hash }} → ${{ steps.compute.outputs.new_hash }}" + Auto-generated by .github/workflows/flake-sync.yml. + - version: ${{ steps.current.outputs.cur_version }} -> ${{ steps.compute.outputs.pkg_version }} + - npmDepsHash: ${{ steps.current.outputs.cur_hash }} -> ${{ steps.compute.outputs.new_hash }}" git push origin main