Skip to content

Commit cfc632d

Browse files
authored
Update build-baremetal-ubuntu.yml
Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent f7da151 commit cfc632d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-baremetal-ubuntu.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@ jobs:
144144
- name: 'preparations: Checkout repository'
145145
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
146146

147+
- name: 'prerequisites: Download/Pull resources'
148+
shell: bash
149+
working-directory: scripts
150+
run: |
151+
git config --global user.email "you@example.com"
152+
git config --global user.name "Ubuntu Action Runnner"
153+
147154
- name: 'prerequisites: Download/Pull resources'
148155
shell: bash
149156
working-directory: scripts

0 commit comments

Comments
 (0)