mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
7 lines
159 B
Bash
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'
|