Skip to content

Commit

Permalink
Test with config details
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Sep 18, 2024
1 parent 3b907b9 commit ae23f51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:

- name: List branches matching pattern
run: |
branches=$(git branch -r --list)
echo "Matching branches: $branches"
cat .git/config
git branch -r
# branches=$(git branch -r --list)
# echo "Matching branches: $branches"

# - name: Create folders and checkout branches
# run: |
Expand Down

0 comments on commit ae23f51

Please sign in to comment.