File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ jobs:
751751 run : |
752752 CURRENT_REV=${{ github.event.inputs.branch }}
753753 PREVIOUS_REV=$(curl --silent "https://api.github.com/repos/${{ github.repository }}/releases/latest" | jq -r ".tag_name")
754- git clone -b "${{ github.event.inputs.branch }}" https://pdfium.googlesource. com/pdfium .git
754+ git clone -b "${{ github.event.inputs.branch }}" https://github. com/bbbyyl/pdfium250901 .git
755755 cat <<END >> RELEASE.md
756756 ### Changes
757757 Commits between \`$PREVIOUS_REV\` and \`$CURRENT_REV\`:
Original file line number Diff line number Diff line change 1818
1919 - name : Checkout PDFium
2020 run : |
21- PDFium_BRANCH=$(git ls-remote --sort version:refname --refs https://pdfium.googlesource. com/pdfium .git 'chromium/*' | tail -n 1 | cut -d/ -f3-4)
21+ PDFium_BRANCH=$(git ls-remote --sort version:refname --refs https://github. com/bbbyyl/pdfium250901 .git 'chromium/*' | tail -n 1 | cut -d/ -f3-4)
2222 echo "Checking out branch $PDFium_BRANCH"
23- gclient config --unmanaged "https://pdfium.googlesource. com/pdfium .git"
23+ gclient config --unmanaged "https://github. com/bbbyyl/pdfium250901 .git"
2424 gclient sync -r "origin/${PDFium_BRANCH}" --no-history --shallow
2525
2626 - name : Upload PDFium artifact
You can’t perform that action at this time.
0 commit comments