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 1b02a2e commit 7f10688Copy full SHA for 7f10688
.github/workflows/update-other.yml
@@ -10,20 +10,20 @@ permissions:
10
11
jobs:
12
update:
13
- name: Trigger updates for nixvim's stable branches
+ name: Trigger update on ${{ matrix.branch }}
14
runs-on: ubuntu-24.04-arm
15
if: github.repository == 'nix-community/nixvim'
16
strategy:
17
matrix:
18
- branches:
+ branch:
19
- nixos-25.05
20
- nixos-24.11
21
steps:
22
- - name: Update ${{ matrix.branches }}
+ - name: workflow dispatch
23
env:
24
GH_TOKEN: ${{ github.token }}
25
repo: ${{ github.repository }}
26
- branch: ${{ matrix.branches }}
+ branch: ${{ matrix.branch }}
27
run: |
28
gh --repo "$repo" workflow run \
29
update.yml --ref "$branch"
0 commit comments