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.
1 parent 2a0d1aa commit b183740Copy full SHA for b183740
.github/workflows/sync-dev-to-vX.Y-dev.yaml
@@ -24,6 +24,7 @@ jobs:
24
id: pull_requests
25
shell: bash
26
run: |
27
+ git branch -r --list
28
DEV_BRANCHES=$(git branch -r --list origin/v?.?-dev)
29
echo "DEV_BRANCHES=$DEV_BRANCHES"
30
for DEV_BRANCH in $DEV_BRANCHES; do
0 commit comments