Files
openzeppelin-contracts/scripts/git-user-config.sh
Francisco Giordano 2abda12af1 Add workflow to generate and update docs branches
(cherry picked from commit 7c47ac7193)
2022-01-23 19:19:50 -03:00

7 lines
159 B
Bash

#!/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'