Skip to content

Commit 7f10688

Browse files
committed
ci/update-other: tweak names
1 parent 1b02a2e commit 7f10688

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-other.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ permissions:
1010

1111
jobs:
1212
update:
13-
name: Trigger updates for nixvim's stable branches
13+
name: Trigger update on ${{ matrix.branch }}
1414
runs-on: ubuntu-24.04-arm
1515
if: github.repository == 'nix-community/nixvim'
1616
strategy:
1717
matrix:
18-
branches:
18+
branch:
1919
- nixos-25.05
2020
- nixos-24.11
2121
steps:
22-
- name: Update ${{ matrix.branches }}
22+
- name: workflow dispatch
2323
env:
2424
GH_TOKEN: ${{ github.token }}
2525
repo: ${{ github.repository }}
26-
branch: ${{ matrix.branches }}
26+
branch: ${{ matrix.branch }}
2727
run: |
2828
gh --repo "$repo" workflow run \
2929
update.yml --ref "$branch"

0 commit comments

Comments
 (0)