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
df11fac329
commit
27a9b0febf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ runs:
|
|||
echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
|
||||
- name: Remove djam_personal repo
|
||||
run: |
|
||||
if urpmi.removemedia --list | grep -q "djam_personal"; then
|
||||
if sudo urpmi.removemedia --list | grep -q "djam_personal"; then
|
||||
sudo urpmi.removemedia djam_personal
|
||||
fi
|
||||
- name: Update repo
|
||||
|
|
Loading…
Add table
Reference in a new issue