Nicolas Massé 1 month ago
parent
commit
fa8ee60f0e
  1. 6
      .github/workflows/backport.yaml

6
.github/workflows/backport.yaml

@ -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

Loading…
Cancel
Save