diff --git a/.github/workflows/template-main.yml b/.github/workflows/template-main.yml index 2c14335..028160c 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -41,6 +41,8 @@ jobs: run: | echo "file_content=$(cat .releaserc2)" >> $GITHUB_OUTPUT echo "actual_branch=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT + git config --get remote.origin.url + echo "${{ github.server_url }}/${{ github.repository }}.git" #deprecated echo ::set-output name=actual_branch::${GITHUB_REF#refs/*/} # - name: Setup Node.js