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 ad36759 commit d754141Copy full SHA for d754141
.github/workflows/daily-branch-verification.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
# List all branches except the HEAD and remove origin/ prefix
21
git fetch --all
22
- git branch -r | grep -v '\->' | grep -v HEAD | grep 'origin/' | sed 's/origin\///' > branches.txt
+ git branch -r | grep -v '\->' | grep -v HEAD | grep 'origin/sample-code' | sed 's/origin\///' > branches.txt
23
24
- name: Show all branches to verify
25
run: cat branches.txt
0 commit comments