mirror of
https://github.com/Faithful-Resource-Pack/Faithful-32x-Java.git
synced 2026-04-17 08:46:58 -04:00
please
This commit is contained in:
7
.github/workflows/create-pack.yml
vendored
7
.github/workflows/create-pack.yml
vendored
@@ -5,6 +5,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Get Branch
|
||||||
|
id: branch
|
||||||
|
run: echo "git_branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_BRANCH
|
||||||
|
|
||||||
- name: Creating Pack
|
- name: Creating Pack
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
@@ -13,4 +18,4 @@ jobs:
|
|||||||
PORT: ${{ secrets.PORT }}
|
PORT: ${{ secrets.PORT }}
|
||||||
KEY: ${{ secrets.SSH }}
|
KEY: ${{ secrets.SSH }}
|
||||||
script: |
|
script: |
|
||||||
echo "asdf ${GITHUB_REF#refs/heads/} hhhhhhh"
|
echo "asdf ${{ env.branch }} hhhhhhh"
|
||||||
Reference in New Issue
Block a user