From 439f59c9c1b5179f9d84e963ae5862ed3fe72cee Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Wed, 26 Feb 2025 13:32:25 -0600 Subject: [PATCH] rename workflow and steps --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index f0d8a30..ad4e05a 100644 --- a/action.yaml +++ b/action.yaml @@ -1,4 +1,4 @@ -name: remote ssh command +name: Deploy datapack to prod on: pull_request: branches: master @@ -7,7 +7,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: executing remote ssh commands using password + - name: Updating prod servers... uses: appleboy/ssh-action@v1.2.1 with: host: ${{ secrets.HOST }}