diff --git a/.github/workflows/add_ssh_deploy_server.yml b/.github/workflows/add_ssh_deploy_server.yml index 2eb9cd0a..0ef7c711 100644 --- a/.github/workflows/add_ssh_deploy_server.yml +++ b/.github/workflows/add_ssh_deploy_server.yml @@ -20,4 +20,4 @@ jobs: key: ${{ secrets.KEY }} # script: whoami script: | - become lokasbot sh -c "chmod +x actions/lokasbot/pull.sh; actions/lokasbot/pull.sh" + become lokasbot sh -c "rm -rf action_temp; git clone https://github.com/LokasWiki/actions.git action_temp; chmod +x action_temp/lokasbot/pull.sh; action_temp/lokasbot/pull.sh"