Skip to content

Commit ccdab9e

Browse files
committed
check git config
1 parent ceb0207 commit ccdab9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-branch-on-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
token: ${{ secrets.PAT_HLSML_BUILD_SPHINX }}
1818
- name: Force token to be used
1919
run: git remote set-url origin https://x-access-token:${{ secrets.PAT_HLSML_BUILD_SPHINX }}@github.com/fastmachinelearning/hls4ml.git
20+
- name: Show git config
21+
run: |
22+
echo "---- .git/config ----"
23+
cat .git/config
24+
echo "---------------------"
2025
- name: Push changes
2126
if: ${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name && github.event.label.name == 'please test' }}
2227
run: |

0 commit comments

Comments
 (0)