mirror of
https://github.com/Faithful-Resource-Pack/Faithful-32x-Java.git
synced 2026-04-17 08:46:58 -04:00
test github actions
This commit is contained in:
13
.github/workflows/create-pack.yml
vendored
Normal file
13
.github/workflows/create-pack.yml
vendored
Normal 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##*/}"
|
||||||
Reference in New Issue
Block a user