We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26f44a commit c813c05Copy full SHA for c813c05
.github/workflows/development-generate-pdf-files.yaml
@@ -70,9 +70,9 @@ jobs:
70
run: |
71
export JAVA_TOOL_OPTIONS="-Djavax.xml.XMLConstants.FEATURE_SECURE_PROCESSING=false" ; \
72
cd ${{ github.workspace }} ; perl build/build.pl
73
- #- name: Add draft watermark to the PDF files
74
- # run: |
75
- # cd ${{ github.workspace }} ; fdfind -e pdf . 'out' -x watermark grid {} "draft"
+ - name: Add draft watermark to the PDF files
+ run: |
+ cd ${{ github.workspace }} ; fdfind -e pdf . 'out' -x watermark grid {} "draft"
76
- name: Calculate the short commit ID
77
id: vars
78
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
0 commit comments