react-native-macos/.ado/templates/configure-git.yml

11 строки
377 B
YAML
Исходник Обычный вид История

steps:
- task: CmdLine@2
displayName: Configure git
inputs:
script: |
git config --global user.email "53619745+rnbot@users.noreply.github.com"
git config --global user.name "React-Native Bot"
- script: git remote set-url origin https://rnbot:$(githubAuthToken)@github.com/microsoft/react-native-macos
displayName: Set Permissions to push