diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 16ddf19..7d098ed 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -30,10 +30,10 @@ jobs: unset GITHUB_TOKEN unset GITLAB_TOKEN - echo "${{ github.ref }}" - echo "${{ github.base_ref }}" - echo "$(basename "${{ github.ref }}"))" - echo "$(basename "${{ github.base_ref }}"))" + echo "github.ref = ${{ github.ref }}" + echo "github.base_ref = ${{ github.base_ref }}" + echo "(Basename) github.ref = $(basename "${{ github.ref }}")" + echo "(Basename) github.base_ref = $(basename "${{ github.base_ref }}")" if [ -n "${{ github.base_ref }}" ]; then release="$(basename "${{ github.base_ref }}")"