Skip to content

Commit

Permalink
Test profile merger
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Nov 20, 2023
1 parent 3fcde3a commit 85a45dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: JDK setup
uses: actions/setup-java@v2
with:
Expand All @@ -26,9 +28,9 @@ jobs:
uses: drud/action-cross-commit@master
with:
source-folder: corpus-wiki-generation/output
destination-repository: https://MaximPlusov:${{ secrets.API_TOKEN_GITHUB }}@github.com/MaximPlusov/veraPDF-validation-profiles.wiki
destination-repository: https://MaximPlusov:${{ secrets.API_TOKEN_GITHUB }}@github.com/MaximPlusov/veraPDF-validation-profiles
destination-folder: .
destination-branch: master
git-user: "Git User"
git-commit-sign-off: "false"
excludes: .git:PDF_A:Undefined.md:README.md
excludes: .git:Home.md:Undefined.md:ISO 32000 1.md:ISO 32000 2.md:TWG test files.md

0 comments on commit 85a45dc

Please sign in to comment.