Skip to content

Commit

Permalink
Update shell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang authored Oct 1, 2024
1 parent 111d8d3 commit ac70f47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ jobs:
(ls -lah)
- name: step 1
run: ssh freebsd <<EOF
cd $GITHUB_WORKSPACE;
pwd
echo "this is step 1"
EOF
- name: step 2
run: ssh freebsd <<EOF
cd $GITHUB_WORKSPACE;
pwd
echo "this is step 2"
EOF
- name: Sleep
Expand Down

0 comments on commit ac70f47

Please sign in to comment.