We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8508c commit 5b21e5aCopy full SHA for 5b21e5a
.github/workflows/upstream-sync.yml
@@ -45,6 +45,6 @@ jobs:
45
git fetch --tags 'upstream'
46
47
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]+$')
+ stable_commit=$(curl -Ls "${spec_url}" | grep -E '^%global commit [0-9a-fA-F]+$')
49
git rebase "${stable_commit#%global commit }"
50
git push --follow-tags --force-with-lease
0 commit comments