test github actions

This commit is contained in:
Robert
2022-06-21 16:34:19 +02:00
parent 1dfae6d3c6
commit 7a4eeea80a

13
.github/workflows/create-pack.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Create Pack
on: [push]
jobs:
build:
- name: Creating Pack
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
script: |
echo "${GITHUB_REF##*/}"