From 71456377661022503b266cbc7c66936b75f77245 Mon Sep 17 00:00:00 2001 From: Daniel Hast Date: Fri, 3 Oct 2025 20:30:11 -0400 Subject: [PATCH] ci: fix typo e -> f Signed-off-by: Daniel Hast --- .github/workflows/upstream-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml index 0fa05d4361..4f171b0b6e 100644 --- a/.github/workflows/upstream-sync.yml +++ b/.github/workflows/upstream-sync.yml @@ -45,6 +45,6 @@ jobs: git fetch --tags 'upstream' spec_url="https://src.fedoraproject.org/rpms/selinux-policy/raw/f${FEDORA_VERSION}/f/selinux-policy.spec" - stable_commit=$(curl -Ls "${spec_url}" | grep -E '^%global commit [0-9a-eA-E]+$') + stable_commit=$(curl -Ls "${spec_url}" | grep -E '^%global commit [0-9a-fA-F]+$') git rebase "${stable_commit#%global commit }" git push --follow-tags --force-with-lease