use matching branch tactic
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
if git diff-index --quiet HEAD -- ; then
|
||||
echo "Not committing documentation because there are no changes"
|
||||
else
|
||||
git status
|
||||
git config --global push.default matching
|
||||
git config credential.helper 'cache --timeout=120'
|
||||
git config user.email "<email>"
|
||||
git config user.name "CircleCI Atomic Red Team doc generator"
|
||||
|
||||
Reference in New Issue
Block a user