We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57c5c3 commit 42462ebCopy full SHA for 42462eb
1 file changed
.github/workflows/build-kernel-sw64.yml
@@ -20,7 +20,7 @@ jobs:
20
build-kernel-sw6b:
21
runs-on: [self-hosted, linux, x64]
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
24
- name: "Install Deps"
25
run: |
26
git config --global user.email $email
@@ -35,6 +35,12 @@ jobs:
35
build-kernel-sw8a:
36
37
38
39
+ - name: "Install Deps"
40
+ run: |
41
+ git config --global user.email $email
42
+ git config --global user.name $KBUILD_BUILD_USER
43
+
44
- name: "Compile kernel"
45
46
# .config
0 commit comments