From d11f14727889eebe02ecea3ddd7e65c5be5eecc0 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Tue, 21 Nov 2023 18:17:57 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20TIAS=20gh=20action=20up?= =?UTF-8?q?date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4efe432..d9ffb17 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,14 +14,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: TIAS - run: ls -la - - # - name: Update - # uses: garygrossgarten/github-action-ssh@release - # with: - # command: | - # ./scripts/update - # host: ${{ secrets.HOST }} - # username: ${{ secrets.USERNAME }} - # privateKey: ${{ secrets.PRIVATE_KEY}} \ No newline at end of file + - name: Update + uses: garygrossgarten/github-action-ssh@release + with: + command: ls -la + host: ${{ secrets.HOST }} + username: ${{ secrets.USERNAME }} + privateKey: ${{ secrets.PRIVATE_KEY}}