Skip to content

PDF/UA-2. Replace error argument for rules 8.2.4-1, 8.2.4-2 #119

PDF/UA-2. Replace error argument for rules 8.2.4-1, 8.2.4-2

PDF/UA-2. Replace error argument for rules 8.2.4-1, 8.2.4-2 #119

name: Trigger increment action in webapp-server
on:
push:
branches:
[ integration ]
paths:
- 'PDF_UA/**'
- '!PDF_UA/1/**'
- '!PDF_UA/2/**'
jobs:
trigger_build:
if: github.repository == 'veraPDF/veraPDF-validation-profiles'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Create workflow dispatch
uses: actions/github-script@v6
with:
github-token: ${{ secrets.WORKFLOW_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'duallab',
repo: 'pdf4wcag-webapp-server',
workflow_id: 'version-auto-increment.yml',
ref: 'integration'
})