File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed
Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 3030 echo "CLK_NEXT_BRANCH=ciq-${STABLE_BASE_VERSION}-next" >> $GITHUB_ENV
3131 echo "TMP_CLK_NEXT_BRANCH={automation_tmp}_ciq-${STABLE_BASE_VERSION}-next" >> $GITHUB_ENV
3232
33+ - name : Checkout kernel-src-tree
34+ uses : actions/checkout@v4
35+ with :
36+ repository : ctrliq/kernel-src-tree
37+ token : ${{ secrets.GITHUB_TOKEN }}
38+ path : kernel-src-tree
39+
40+ - name : Checkout kernel-src-tree-tools
41+ uses : actions/checkout@v4
42+ with :
43+ repository : ctrliq/kernel-src-tree-tools
44+ token : ${{ secrets.GITHUB_TOKEN }}
45+ path : kernel-src-tree-tools
46+
47+ - name : Configure git
48+ run : |
49+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
50+ git config --global user.name "github-actions[bot]"
51+
3352 - name : Install system dependencies
3453 run : |
3554 dnf install epel-release -y
4968 # with --allowerasing
5069 dnf install curl --allowerasing -y
5170
52- - name : Clone repositories
53- run : |
54- git config --global user.email "[email protected] " 55- git config --global user.name "Brett Mastbergen"
56-
57- git clone https://oauth2:[email protected] /ctrliq/kernel-src-tree-tools 58- git clone https://oauth2:[email protected] /ctrliq/kernel-src-tree 59-
6071 - name : Perform rebase
6172 run : |
6273 cd kernel-src-tree
You can’t perform that action at this time.
0 commit comments