Skip to content

Commit 70708ae

Browse files
committed
please
1 parent 29defaa commit 70708ae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/create-pack.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8+
9+
- name: Get Branch
10+
id: branch
11+
run: echo "git_branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_BRANCH
12+
813
- name: Creating Pack
914
uses: appleboy/ssh-action@master
1015
with:
@@ -13,4 +18,4 @@ jobs:
1318
PORT: ${{ secrets.PORT }}
1419
KEY: ${{ secrets.SSH }}
1520
script: |
16-
echo "asdf ${GITHUB_REF#refs/heads/} hhhhhhh"
21+
echo "asdf ${{ env.branch }} hhhhhhh"

0 commit comments

Comments
 (0)