workflows/periodic-merge: support merge bases in re-usable workflow

This commit is contained in:
Wolfgang Walther 2025-01-05 17:52:21 +01:00
commit ba09688dc8
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
3 changed files with 17 additions and 60 deletions

View file

@ -32,6 +32,8 @@ jobs:
into: staging-next-24.11
- from: staging-next-24.11
into: staging-24.11
- from: master staging
into: haskell-updates
uses: ./.github/workflows/periodic-merge.yml
with:
from: ${{ matrix.pairs.from }}