Skip to content

Commit 39a9dae

Browse files
committed
Revert "api_refs.yaml: Temporary targets phpdoc-5.0"
This reverts commit 9a78c4f.
1 parent 0f7ca8c commit 39a9dae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/api_refs.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ 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
2823
echo "version=$version" >> "$GITHUB_OUTPUT"
2924
echo "base_branch=$base_branch" >> "$GITHUB_OUTPUT"
3025
echo "work_branch=$work_branch" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)