Skip to content

Commit 7a4eeea

Browse files
committed
test github actions
1 parent 1dfae6d commit 7a4eeea

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/create-pack.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Create Pack
2+
on: [push]
3+
jobs:
4+
build:
5+
- name: Creating Pack
6+
uses: appleboy/ssh-action@master
7+
with:
8+
host: ${{ secrets.HOST }}
9+
USERNAME: ${{ secrets.USERNAME }}
10+
PORT: ${{ secrets.PORT }}
11+
KEY: ${{ secrets.SSH }}
12+
script: |
13+
echo "${GITHUB_REF##*/}"

0 commit comments

Comments
 (0)