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 f713d98 + b46a182 commit 55044e9Copy full SHA for 55044e9
.github/workflows/update-man-pages.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout repository code
16
uses: actions/checkout@v4
17
+ with:
18
+ ref: release/10.0.1xx
19
20
- name: Update man-pages
21
run: |
@@ -38,7 +40,7 @@ jobs:
38
40
git checkout -b $branch
39
41
git commit -m "$title"
42
git push -u origin $branch --force
- gh pr create --base main --head $branch --title "$title" --body "$body"
43
+ gh pr create --base release/10.0.1xx --head $branch --title "$title" --body "$body"
44
fi
45
env:
46
GH_TOKEN: ${{ github.token }}
0 commit comments