diff --git a/.github/workflows/git_actions.yml b/.github/workflows/git_actions.yml index 9c4fe24..f2ccefe 100644 --- a/.github/workflows/git_actions.yml +++ b/.github/workflows/git_actions.yml @@ -45,7 +45,7 @@ jobs: key: ${{ secrets.SSH_KEY }} # passphrase: ${{ secrets.PASSPHRASE }} # Если ваш ssh-ключ защищён фразой-паролем script: | - # переход в папку проекта X + # переход в папку проекта cd ../home/Admin/TheKirillovs_bot/ # Выполняет pull репозитория с GitHub sudo git pull