Skip to content

Commit b3a3f90

Browse files
committed
add: ssh的ci
1 parent e330314 commit b3a3f90

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ssh.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: ssh
2+
on: [workflow_dispatch]
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- name: Setup tmate session
10+
env:
11+
OSS_CONFIG: ${{ secrets.OSS_CONFIG }}
12+
OSS_NAME: ${{ secrets.OSS_NAME }}
13+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)