Skip to content

Commit 9a78c4f

Browse files
committed
api_refs.yaml: Temporary targets phpdoc-5.0
1 parent edef5a7 commit 9a78c4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/api_refs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
version="${{ inputs.version }}"
2121
base_branch="$(echo $version | sed 's/v\(.*\..*\)\..*/\1/')"
2222
work_branch="api_refs_$version"
23+
#TMP
24+
if [[ '5.0' == $base_branch ]]; then
25+
base_branch='phpdoc-5.0'
26+
fi
27+
#/TMP
2328
echo "version=$version" >> "$GITHUB_OUTPUT"
2429
echo "base_branch=$base_branch" >> "$GITHUB_OUTPUT"
2530
echo "work_branch=$work_branch" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)