From 3eba56149df015bd33ff134c40c469f86bad3477 Mon Sep 17 00:00:00 2001 From: Bomin Kwon <101239440+pingowl@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:23:59 +0900 Subject: [PATCH] Update github-actions.yml : username --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1cada22..3f5d513 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -53,7 +53,7 @@ jobs: uses: appleboy/ssh-action@master with: host: ${{ secrets.HOST }} - username: root + username: ubuntu key: ${{ secrets.KEY }} script: | sudo docker rm -f $(docker ps -qa)