This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Commit 208d247
authored
fix(gha): fix branch detection error (#1205)
from e.g. https://github.com/spinnaker/fiat/actions/runs/13405954400/job/37445817517
Run BRANCHES=$(git branch -r --contains refs/tags/v1.54.0)
BRANCHES is ' origin/HEAD -> origin/master
origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release fiat, but there are 2 ( origin/HEAD -> origin/master
origin/master)
Error: Process completed with exit code 1.1 parent e4f6209 commit 208d247
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments