Skip to content

Commit

Permalink
chore: 🤖 TIAS gh action update
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 21, 2023
1 parent ecad0e5 commit d11f147
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
- name: Update
uses: garygrossgarten/github-action-ssh@release
with:
command: ls -la
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
privateKey: ${{ secrets.PRIVATE_KEY}}

0 comments on commit d11f147

Please sign in to comment.