We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7da151 commit cfc632dCopy full SHA for cfc632d
.github/workflows/build-baremetal-ubuntu.yml
@@ -144,6 +144,13 @@ jobs:
144
- name: 'preparations: Checkout repository'
145
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
146
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
+
154
- name: 'prerequisites: Download/Pull resources'
155
shell: bash
156
working-directory: scripts
0 commit comments