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

Refactor Secret Scanning pattern docs (#58633)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Daniel Dunn
2025-12-01 13:11:26 -06:00
committed by GitHub
parent 1056d3022c
commit 400953a907
14 changed files with 30939 additions and 53 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