Skip to content

Commit

Permalink
Add missing git-user-config.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Nov 29, 2024
1 parent 4413171 commit 0fcadca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/@openzeppelin-contracts
2 changes: 1 addition & 1 deletion lib/@openzeppelin-contracts-upgradeable
6 changes: 6 additions & 0 deletions scripts/git-user-config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

set -euo pipefail -x

git config user.name 'github-actions'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'

0 comments on commit 0fcadca

Please sign in to comment.