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 edef5a7 commit 9a78c4fCopy full SHA for 9a78c4f
.github/workflows/api_refs.yaml
@@ -20,6 +20,11 @@ jobs:
20
version="${{ inputs.version }}"
21
base_branch="$(echo $version | sed 's/v\(.*\..*\)\..*/\1/')"
22
work_branch="api_refs_$version"
23
+ #TMP
24
+ if [[ '5.0' == $base_branch ]]; then
25
+ base_branch='phpdoc-5.0'
26
+ fi
27
+ #/TMP
28
echo "version=$version" >> "$GITHUB_OUTPUT"
29
echo "base_branch=$base_branch" >> "$GITHUB_OUTPUT"
30
echo "work_branch=$work_branch" >> "$GITHUB_OUTPUT"
0 commit comments