mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 08:52:46 +00:00
update action.yml
This commit is contained in:
parent
f083ef82f1
commit
890ffda647
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue