Skip to content

Commit

Permalink
testing branch name with checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Nov 7, 2023
1 parent 92e31c0 commit c836a43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/new_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c836a43

Please sign in to comment.