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}}