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
a20f852d96
commit
26d93ba17c
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ runs:
|
|||
|
||||
- name: Remove djam_personal repo
|
||||
run: |
|
||||
urpmq --list-media
|
||||
if urpmq --list-media | grep -q "djam_personal"; then sudo urpmi.removemedia djam_personal; fi
|
||||
sudo urpmq --list-media
|
||||
if sudo urpmq --list-media | grep -q "djam_personal"; then sudo urpmi.removemedia djam_personal; fi
|
||||
|
||||
- name: Update repo
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue