We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c3bb14 + 2e74fa9 commit 7f2ceedCopy full SHA for 7f2ceed
.github/workflows/update-security-policy.yml
@@ -23,7 +23,7 @@ jobs:
23
id: get-refs
24
shell: pwsh
25
run: |
26
- $refs = git branch -r --list 'origin/v*' | ForEach-Object { $_.Trim() -replace 'origin/', '' } | Sort-Object -Unique | ConvertTo-Json -Compress
+ $refs = git branch -r --list 'origin/dev/v*' | ForEach-Object { $_.Trim() -replace 'origin/', '' } | Sort-Object -Unique | ConvertTo-Json -Compress
27
echo "refs=$refs" >> $env:GITHUB_OUTPUT
28
update:
29
runs-on: ubuntu-latest
0 commit comments