update action.yml

This commit is contained in:
Sergey Zhemoytel 2025-01-04 14:46:42 +03:00
parent f083ef82f1
commit 890ffda647

View file

@ -28,7 +28,8 @@ runs:
echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
- name: Remove djam_personal repo
run: |
if sudo urpmi.removemedia | grep -q "djam_personal"; then
urpmi --list-media
if urpmq --list-media | grep -q "djam_personal"; then
sudo urpmi.removemedia djam_personal
fi
- name: Update repo