Skip to content

Commit 5dcc48c

Browse files
committed
Test profile merger
1 parent eebc0ba commit 5dcc48c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/update-profiles.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,17 @@ jobs:
2929

3030
commit-profiles:
3131
needs: [pdfa1a, pdfa1b]
32-
name: Commit to validation profiles
33-
uses: MaximPlusov/veraPDF-tools/.github/workflows/push-profiles.yml@master
32+
name: Commit profiles
33+
runs-on: ubuntu-20.04
34+
steps:
35+
- name: Commit to veraPDF-corpus.wiki
36+
uses: drud/action-cross-commit@master
37+
with:
38+
source-folder: profile-merger/output
39+
destination-repository: https://MaximPlusov:${{ secrets.WORKFLOW_TOKEN }}@github.com/MaximPlusov/veraPDF-validation-profiles
40+
destination-folder: .
41+
destination-branch: master
42+
git-user: "Git User"
43+
git-commit-message: "Update profiles"
44+
git-commit-sign-off: "false"
45+
excludes: .git:Home.md

0 commit comments

Comments
 (0)