File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 44name : Mirror intel/llvm commits
55
66on :
7+ # XXX
8+ push :
79 workflow_dispatch :
810 # Runs daily at midnight (UTC)
911 schedule :
2325 pull-requests : write
2426
2527 steps :
28+ - name : Configure Git
29+ run : |
30+ git config --global user.name "bb-ur"
31+ git config --global user.email "[email protected] " 32+ git config --global user.password ${{ secrets.GH_BB_TOKEN }}
33+
2634 - name : Checkout UR
2735 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2836 with :
3745 fetch-depth : 0
3846 ref : sycl
3947
40- - name : Configure Git
41- working-directory : ${{github.workspace}}/unified-runtime
42- run : |
43- git config user.name "bb-ur"
44- git config user.email "[email protected] " 45- git config user.password ${{ secrets.GH_BB_TOKEN }}
46-
4748 - name : Mirror commits
4849 run : |
4950 python3 unified-runtime/scripts/mirror-commits-from-intel-llvm.py unified-runtime intel-llvm
You can’t perform that action at this time.
0 commit comments