Skip to content

Commit

Permalink
Update copy-to-practicum-machine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergzach authored Apr 21, 2024
1 parent 7b1543d commit 1e99ba9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/copy-to-practicum-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Copy to remote machine of Practicum student
uses: appleboy/scp-action@master
with:
Expand All @@ -34,8 +37,6 @@ jobs:
passphrase: ${{ secrets.SSH_PASSPHRASE }}
source: "sergzach-test.txt"
target: "taski"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# # Runs a single command using the runners shell
# - name: Run a one-line script
Expand Down

0 comments on commit 1e99ba9

Please sign in to comment.