From fa8ee60f0e042289d64e709bfd0cda6ad6a822ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 31 Oct 2025 11:47:20 +0100 Subject: [PATCH] wip --- .github/workflows/backport.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 76521c7..ab8c567 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -1,6 +1,6 @@ name: Backport Packages (Daily) -# Everyday at02:00 UTC +# Everyday at 02:00 UTC on: schedule: - cron: '0 2 * * *' @@ -24,7 +24,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - # 2. Run the update script in the container + # 2. Install pre-requisites + - name: Install pre-requisites + run: dnf install -y patch git + + # 3. Run the update script in the container - name: Run update script run: ./update.sh