Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thestephenmarshall committed Oct 25, 2023
1 parent d55b318 commit 4ab76b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-actions-build-number.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
node-version: 20
- name: Set Git Config
run: |
git config --local user.name "${{ github.actor }}"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
echo $(git config user.name)
echo $(git config user.email)
- name: Get Build Number
run: |
git clone --depth 5 [email protected]:powerhome/nitro-buildnumber.git .
Expand Down

0 comments on commit 4ab76b0

Please sign in to comment.