mirror of
https://github.com/Faithful-Resource-Pack/Faithful-32x-Java.git
synced 2026-04-17 08:46:58 -04:00
21 lines
513 B
YAML
21 lines
513 B
YAML
name: Create Pack
|
|
on: [push]
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Get Branch
|
|
id: branch
|
|
run: echo "git_branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_BRANCH
|
|
|
|
- name: Creating Pack
|
|
uses: appleboy/ssh-action@master
|
|
with:
|
|
host: ${{ secrets.HOST }}
|
|
USERNAME: ${{ secrets.USERNAME }}
|
|
PORT: ${{ secrets.PORT }}
|
|
KEY: ${{ secrets.SSH }}
|
|
script: |
|
|
echo "asdf ${{ env.branch }} hhhhhhh" |