|
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
steps: |
|
|
|
# 1. Install pre-requisites |
|
|
|
- name: Install pre-requisites |
|
|
|
run: dnf install -y patch git git-lfs |
|
|
|
run: dnf install -y patch git git-lfs jq |
|
|
|
|
|
|
|
# 2. Checkout the repository |
|
|
|
- name: Checkout repository |
|
|
|
@ -35,10 +35,7 @@ jobs: |
|
|
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE" |
|
|
|
|
|
|
|
# 3. Run the update script for Fedora Rawhide only. |
|
|
|
# Rawhide moves fast and can break at any time, so this step is best-effort: |
|
|
|
# a failure here must not fail the whole workflow. |
|
|
|
- name: Run update script for Fedora Rawhide (best effort) |
|
|
|
continue-on-error: true |
|
|
|
run: ./update.sh fedora-rawhide |
|
|
|
|
|
|
|
# 4. Push changes (if any) |
|
|
|
|