diff --git a/.github/workflows/create-pack.yml b/.github/workflows/create-pack.yml index 066d55ff8..0bb4e7527 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 "${GITHUB_REF##*/}" \ No newline at end of file + echo "asdf ${{ github.head_ref }} hhhhhhh" \ No newline at end of file