Skip to content

Commit 3b96280

Browse files
WIP
1 parent d55b318 commit 3b96280

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/github-actions-build-number.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ jobs:
1919
node-version: 20
2020
- name: Set Git Config
2121
run: |
22-
git config --local user.name "${{ github.actor }}"
23-
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
22+
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
23+
git config --global user.name "${{ github.actor }}"
24+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
2425
- name: Get Build Number
2526
run: |
27+
echo $(git config user.name)
28+
echo $(git config user.email)
2629
git clone --depth 5 [email protected]:powerhome/nitro-buildnumber.git .
2730
echo $(ls nitro-buildnumber)
2831
"666" >> ./buildNumber.txt

0 commit comments

Comments
 (0)