Skip to content

Commit 9e443ca

Browse files
committed
CI: include PDFium branch in build summary
1 parent dac5ecc commit 9e443ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/patch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Checkout PDFium
2020
run: |
2121
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
2223
echo "Checking out branch $PDFium_BRANCH"
2324
gclient config --unmanaged "https://pdfium.googlesource.com/pdfium.git"
2425
gclient sync -r "origin/${PDFium_BRANCH}" --no-history --shallow

0 commit comments

Comments
 (0)