Исправление получения имени репозитория
Some checks failed
Build / Build project (push) Has been cancelled
Some checks failed
Build / Build project (push) Has been cancelled
This commit is contained in:
parent
819545bdf4
commit
8626629480
1 changed files with 6 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue