Skip to content

Commit c55d6fb

Browse files
committed
add upterm to fatimage workflow
1 parent fef921f commit c55d6fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fatimage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v2
3535

36+
- name: Setup upterm session
37+
uses: lhotari/action-upterm@v1
38+
3639
- name: Setup ssh
3740
run: |
3841
set -x

0 commit comments

Comments
 (0)