1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Merge pull request #41646 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2025-12-02 12:49:53 -08:00
committed by GitHub
171 changed files with 1147178 additions and 258189 deletions

View File

@@ -53,7 +53,7 @@ jobs:
git config --global user.name "docs-bot"
git config --global user.email "77750099+docs-bot@users.noreply.github.com"
branchname=sync-secret-scanning-${{ steps.secret-scanning-sync.outputs.sha }}
branchname=sync-secret-scanning-`date +%Y%m%d%H%M%S`
remotesha=$(git ls-remote --heads origin $branchname)
if [ -n "$remotesha" ]; then