summaryrefslogtreecommitdiffstats
path: root/.github/actions/configure_git/action.yml
blob: 6fcd1caf35734f24e901c0dfb5b574c8f733ade2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: 'Configure Git'
description: 'Configure git user for YDB CLI releases'
runs:
  using: 'composite'
  steps:
    - name: Configure git
      shell: bash
      run: |
        git config --global user.email [email protected]
        git config --global user.name YDBot