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