Исправление получения имени репозитория
Some checks failed
Build / Build project (push) Has been cancelled

This commit is contained in:
Alexander Zhirov 2025-05-02 05:41:39 +03:00
parent 819545bdf4
commit 8626629480
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -18,9 +18,9 @@ jobs:
REPO_FULL=${{ env.GITHUB_REPOSITORY }}
REPO=$(echo $REPO_FULL | cut -d'/' -f2)
sudo ctn-tool \
--source-dir ./ \
--nfs-address ${{ env.NFS_ADDRESS }} \
--nfs-port ${{ env.NFS_PORT }} \
--nfs-path / \
--gpg-key ${{ env.GPG_KEY }} \
--project-name $REPO
--project-name "$REPO" \
--source-dir ./ \
--nfs-address ${{ env.NFS_ADDRESS }} \
--nfs-port ${{ env.NFS_PORT }} \
--nfs-path / \
--gpg-key ${{ env.GPG_KEY }}