Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Nov 7, 2024
1 parent 6fed5a2 commit 88ad403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_docs_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
git config --global user.email "[email protected]"
# Create a temporary branch from docs-latest
git checkout main
git checkout docs-latest
git checkout -b temp-cherry-pick
# Try the cherry-pick and capture the exit code
git fetch origin main
from=$(git rev-parse main)
to=$(git rev-parse ${{ github.event.pull_request.head.ref }})
if git cherry-pick --no-commit $from..$to; then
Expand Down

0 comments on commit 88ad403

Please sign in to comment.