We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb0207 commit ccdab9eCopy full SHA for ccdab9e
.github/workflows/update-branch-on-pr.yml
@@ -17,6 +17,11 @@ jobs:
17
token: ${{ secrets.PAT_HLSML_BUILD_SPHINX }}
18
- name: Force token to be used
19
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 "---------------------"
25
- name: Push changes
26
if: ${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name && github.event.label.name == 'please test' }}
27
run: |
0 commit comments