Add workflow to generate and update docs branches
(cherry picked from commit 7c47ac7193)
This commit is contained in:
6
scripts/git-user-config.sh
Normal file
6
scripts/git-user-config.sh
Normal file
@ -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'
|
||||
Reference in New Issue
Block a user