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 777c5a5 commit 37f1f4d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/generate-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
run: |
cd profile-merger
java -jar profile-merger-1.0-SNAPSHOT.jar ${{ inputs.profile-path }}
commit-profiles:
name: Commit profiles
runs-on: ubuntu-20.04
steps:
- name: Commit to veraPDF-corpus.wiki
uses: drud/action-cross-commit@master
with:
Expand All @@ -41,4 +36,4 @@ jobs:
git-user: "Git User"
git-commit-message: "Update profiles"
git-commit-sign-off: "false"
excludes: .git:Home.md
excludes: .git:Home.md

0 comments on commit 37f1f4d

Please sign in to comment.