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.
2 parents 2deb428 + 39a9dae commit fc0a05cCopy full SHA for fc0a05c
.github/workflows/api_refs.yaml
@@ -20,11 +20,6 @@ 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