3
0
Fork 0
forked from mirrors/nixpkgs

.github/workflows/periodic-merge: configure 21.11 release

This commit is contained in:
Martin Weinelt 2021-11-22 00:21:47 +01:00 committed by Jonathan Ringer
parent 49a1f815ef
commit 3eb5d85beb

View file

@ -32,6 +32,10 @@ jobs:
into: staging-next-21.05
- from: staging-next-21.05
into: staging-21.05
- from: release-21.11
into: staging-next-21.11
- from: staging-next-21.11
into: staging-21.11
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
steps:
- uses: actions/checkout@v2