diff --git a/.github/workflows/new_model.yml b/.github/workflows/new_model.yml index 0019e744..820e9f50 100644 --- a/.github/workflows/new_model.yml +++ b/.github/workflows/new_model.yml @@ -111,12 +111,12 @@ jobs: # ref: issue-${{ github.event.issue.number }} # fetch-depth: 0 -# # If branchName is empty use issue number, else, use the branchName 🟢 -# - uses: actions/checkout@v4 -# if: needs.create_new_branch.outputs.BRANCHNAME != '' -# with: -# ref: ${{ needs.create_new_branch.outputs.BRANCHNAME }} -# fetch-depth: 0 + # If branchName is empty use issue number, else, use the branchName 🟢 + - uses: actions/checkout@v4 + # if: needs.create_new_branch.outputs.BRANCHNAME != '' + with: + ref: ${{ needs.create_new_branch.outputs.BRANCHNAME }} + fetch-depth: 0 # # Install svn to clone subdir of github repos 🟢 # - name: Install svn