Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/newtag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
description: 'Specify Git Ref if needed.'
required: false
default: 'refs/heads/main'

env:
tagbranch: "tagbranch"
gitToken: ${{ secrets.GIT_TOKEN }}
Expand Down Expand Up @@ -63,8 +64,8 @@ jobs:
git config --global core.longpaths true
git config --global user.email $userEmail
git config --global user.name $userName

authGitPath=https://$gitToken@github.com/$userName/${{ env.repoName }}.git
authGitPath=https://$gitToken@github.com/${GITHUB_REPOSITORY}.git

echo "Create tag branch"
remoteBranches=$(git ls-remote --heads)
Expand Down