Skip to content

Commit

Permalink
ci(nightly): set up git (#2829)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh committed Apr 16, 2022
1 parent 93510e2 commit a2e1449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: ⤴️ Update Version
id: version
run: |
git config --local user.email "hello@remix.run"
git config --local user.name "Remix Run Bot"
SHA=$(git rev-parse HEAD)
SHORT_SHA=${SHA::7}
DATE=$(date '+%Y%m%d')
Expand Down

0 comments on commit a2e1449

Please sign in to comment.