From 7f10688fe153f6d8b8ccf9854fea047f4c9ec955 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 11 Jun 2025 22:23:02 +0100 Subject: [PATCH] ci/update-other: tweak names --- .github/workflows/update-other.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-other.yml b/.github/workflows/update-other.yml index eb68587c..4925b643 100644 --- a/.github/workflows/update-other.yml +++ b/.github/workflows/update-other.yml @@ -10,20 +10,20 @@ permissions: jobs: update: - name: Trigger updates for nixvim's stable branches + name: Trigger update on ${{ matrix.branch }} runs-on: ubuntu-24.04-arm if: github.repository == 'nix-community/nixvim' strategy: matrix: - branches: + branch: - nixos-25.05 - nixos-24.11 steps: - - name: Update ${{ matrix.branches }} + - name: workflow dispatch env: GH_TOKEN: ${{ github.token }} repo: ${{ github.repository }} - branch: ${{ matrix.branches }} + branch: ${{ matrix.branch }} run: | gh --repo "$repo" workflow run \ update.yml --ref "$branch"