Skip to content

Commit 7f2ceed

Browse files
committed
Merge branch 'v13' into dev/v13
# Conflicts: # .github/workflows/update-security-policy.yml
2 parents 9c3bb14 + 2e74fa9 commit 7f2ceed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-security-policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: get-refs
2424
shell: pwsh
2525
run: |
26-
$refs = git branch -r --list 'origin/v*' | ForEach-Object { $_.Trim() -replace 'origin/', '' } | Sort-Object -Unique | ConvertTo-Json -Compress
26+
$refs = git branch -r --list 'origin/dev/v*' | ForEach-Object { $_.Trim() -replace 'origin/', '' } | Sort-Object -Unique | ConvertTo-Json -Compress
2727
echo "refs=$refs" >> $env:GITHUB_OUTPUT
2828
update:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)