CI: use shallow clone with backport action (#104750)

use shallow clone with backport action
pull/104664/head^2
Kevin Minehart 3 months ago committed by GitHub
parent 75a226c4c7
commit bb9c56c9d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/backport.yml

@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v4 # 4.2.2
with:
persist-credentials: false
fetch-depth: 1
fetch-tags: false
- run: git config --local user.name "github-actions[bot]"
- run: git config --local user.email "github-actions[bot]@users.noreply.github.com"
- run: git config --local --add --bool push.autoSetupRemote true

Loading…
Cancel
Save