diff --git a/.github/workflows/create-pack.yml b/.github/workflows/create-pack.yml index 0bb4e7527..0affac6b2 100644 --- a/.github/workflows/create-pack.yml +++ b/.github/workflows/create-pack.yml @@ -13,4 +13,4 @@ jobs: PORT: ${{ secrets.PORT }} KEY: ${{ secrets.SSH }} script: | - echo "asdf ${{ github.head_ref }} hhhhhhh" \ No newline at end of file + echo "asdf ${GITHUB_REF#refs/heads/} hhhhhhh" \ No newline at end of file