Skip to content

Commit 5b21e5a

Browse files
HastDsecureblue-bot
authored andcommitted
ci: fix typo (#6)
e -> f Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>
1 parent 8f8508c commit 5b21e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
git fetch --tags 'upstream'
4646
4747
spec_url="https://src.fedoraproject.org/rpms/selinux-policy/raw/f${FEDORA_VERSION}/f/selinux-policy.spec"
48-
stable_commit=$(curl -Ls "${spec_url}" | grep -E '^%global commit [0-9a-eA-E]+$')
48+
stable_commit=$(curl -Ls "${spec_url}" | grep -E '^%global commit [0-9a-fA-F]+$')
4949
git rebase "${stable_commit#%global commit }"
5050
git push --follow-tags --force-with-lease

0 commit comments

Comments
 (0)