Skip to content

Commit

Permalink
chore: 🤖 TIAS
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 21, 2023
1 parent 470e31b commit ecad0e5
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Update
uses: garygrossgarten/github-action-ssh@release
with:
command: |
./scripts/update
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
privateKey: ${{ secrets.PRIVATE_KEY}}
- 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}}

0 comments on commit ecad0e5

Please sign in to comment.