Refactor Secret Scanning pattern docs (#58633)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/sync-secret-scanning.yml
vendored
2
.github/workflows/sync-secret-scanning.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user