From 52391ce8708cd0a805ae59bb70f6451508d7c4a4 Mon Sep 17 00:00:00 2001 From: Ludovic <54670129+lbr38@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:05:36 +0200 Subject: [PATCH] patch --- .github/workflows/build-deb.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 7f651ff..61fc643 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -215,13 +215,13 @@ jobs: - name: Test some params run: | - /opt/linupdate/linupdate --help - /opt/linupdate/linupdate --version - /opt/linupdate/linupdate --check-updates - /opt/linupdate/linupdate --profile container - /opt/linupdate/linupdate --env test - /opt/linupdate/linupdate --mod-enable reposerver - /opt/linupdate/linupdate --mod-configure reposerver --url https://packages.bespin.ovh --fail-level 3 - /opt/linupdate/linupdate --mod-configure reposerver --api-key ${{ secrets.REPOSITORY_TOKEN }} --register - /opt/linupdate/linupdate --mod-configure reposerver --send-full-status - /opt/linupdate/linupdate --mod-configure reposerver --unregister + sudo /opt/linupdate/linupdate --help + sudo /opt/linupdate/linupdate --version + sudo /opt/linupdate/linupdate --check-updates + sudo /opt/linupdate/linupdate --profile container + sudo /opt/linupdate/linupdate --env test + sudo /opt/linupdate/linupdate --mod-enable reposerver + sudo /opt/linupdate/linupdate --mod-configure reposerver --url https://packages.bespin.ovh --fail-level 3 + sudo /opt/linupdate/linupdate --mod-configure reposerver --api-key ${{ secrets.REPOSITORY_TOKEN }} --register + sudo /opt/linupdate/linupdate --mod-configure reposerver --send-full-status + sudo /opt/linupdate/linupdate --mod-configure reposerver --unregister