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 d396fed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,9 @@ 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"
echo $(pwd)
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- name: Get Build Number
run: |
git clone --depth 5 [email protected]:powerhome/nitro-buildnumber.git .
Expand Down

0 comments on commit d396fed

Please sign in to comment.