From 29defaa2cc46a0a1ab9c57e772d472c00eddda3d Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 21 Jun 2022 16:45:20 +0200 Subject: [PATCH] stackoverflow please help me --- .github/workflows/create-pack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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