We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29defaa commit 70708aeCopy full SHA for 70708ae
1 file changed
.github/workflows/create-pack.yml
@@ -5,6 +5,11 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v2
8
+
9
+ - name: Get Branch
10
+ id: branch
11
+ run: echo "git_branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_BRANCH
12
13
- name: Creating Pack
14
uses: appleboy/ssh-action@master
15
with:
@@ -13,4 +18,4 @@ jobs:
18
PORT: ${{ secrets.PORT }}
19
KEY: ${{ secrets.SSH }}
20
script: |
16
- echo "asdf ${GITHUB_REF#refs/heads/} hhhhhhh"
21
+ echo "asdf ${{ env.branch }} hhhhhhh"
0 commit comments