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