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 90b645c commit 13dc37f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: drud/action-cross-commit@master
with:
source-folder: profile-merger/output
destination-repository: https://MaximPlusov:${{ secrets.WORKFLOW_TOKEN }}@github.com/MaximPlusov/veraPDF-validation-profiles
destination-repository: https://MaximPlusov:${{ secrets.API_TOKEN_GITHUB }}@github.com/MaximPlusov/veraPDF-validation-profiles
destination-folder: PDF_A
destination-branch: integration
git-user: "Git User"
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/update-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,3 @@ jobs:
uses: MaximPlusov/veraPDF-tools/.github/workflows/generate-profile.yml@master
with:
profile-path: '1b'

commit-profiles:
name: Commit profiles
runs-on: ubuntu-20.04
steps:
- name: Commit to veraPDF-corpus.wiki
uses: drud/action-cross-commit@master
with:
source-folder: profile-merger/output
destination-repository: https://MaximPlusov:${{ secrets.API_TOKEN_GITHUB }}@github.com/MaximPlusov/veraPDF-validation-profiles
destination-folder: PDF_A
destination-branch: integration
git-user: "Git User"
git-commit-message: "Update profiles"
git-commit-sign-off: "false"
excludes: .git:Home.md

0 comments on commit 13dc37f

Please sign in to comment.