mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
ci/update-other: tweak names
This commit is contained in:
parent
eb43af8e37
commit
c363aa7ede
1 changed files with 4 additions and 4 deletions
8
.github/workflows/update-other.yml
vendored
8
.github/workflows/update-other.yml
vendored
|
@ -10,20 +10,20 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
name: Trigger updates for nixvim's stable branches
|
name: Trigger update on ${{ matrix.branch }}
|
||||||
runs-on: ubuntu-24.04-arm
|
runs-on: ubuntu-24.04-arm
|
||||||
if: github.repository == 'nix-community/nixvim'
|
if: github.repository == 'nix-community/nixvim'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branches:
|
branch:
|
||||||
- nixos-25.05
|
- nixos-25.05
|
||||||
- nixos-24.11
|
- nixos-24.11
|
||||||
steps:
|
steps:
|
||||||
- name: Update ${{ matrix.branches }}
|
- name: workflow dispatch
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
repo: ${{ github.repository }}
|
repo: ${{ github.repository }}
|
||||||
branch: ${{ matrix.branches }}
|
branch: ${{ matrix.branch }}
|
||||||
run: |
|
run: |
|
||||||
gh --repo "$repo" workflow run \
|
gh --repo "$repo" workflow run \
|
||||||
update.yml --ref "$branch"
|
update.yml --ref "$branch"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue