From deecc73f61fb13a387d0276c8f2e98d0ad7253bb Mon Sep 17 00:00:00 2001 From: bbatista Date: Mon, 1 Apr 2024 17:02:15 -0500 Subject: [PATCH] test: testing creation file 16 --- .github/workflows/template-main.yml | 2 ++ 1 file changed, 2 insertions(+) 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