mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 05:50:42 +00:00
4d34265971
* docs: update copyright year * docs: add nightly release redirect * trigger docs in nightly * workflow_call * chmod * fix for potential time delay? * fix post release too * prune runs that ran today too * update docs
7 lines
183 B
Bash
Executable File
7 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git config --global user.name ${GIT_USER}
|
|
git config --global user.email ${GIT_EMAIL}
|
|
echo Name: $(git config --get user.name)
|
|
echo Email: $(git config --get user.email)
|