We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac5ecc commit 9e443caCopy full SHA for 9e443ca
1 file changed
.github/workflows/patch.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Checkout PDFium
20
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)
22
+ echo "PDFium branch = \`$PDFium_BRANCH\`" >> $GITHUB_STEP_SUMMARY
23
echo "Checking out branch $PDFium_BRANCH"
24
gclient config --unmanaged "https://pdfium.googlesource.com/pdfium.git"
25
gclient sync -r "origin/${PDFium_BRANCH}" --no-history --shallow
0 commit comments