Skip to content

Commit

Permalink
Update dadis-initial.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn authored Jan 30, 2024
1 parent 56bbd95 commit 49b1bb4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dadis-initial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
run: cd src/ontology/ && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' GITHUB_ACTION=true IMP=false MIR=false dadis-local-sync
env:
DADIS_API_KEY: ${{ secrets.DADIS_API_KEY }}
- name: Commit changes
uses: EndBug/add-and-commit@v9
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
message: 'Update local breed file'
add: 'src/ontology/components/dadisbreedcountry.tsv'
commit-message: Update DADIS files
title: 'Update all DADIS related files'
body: |
Update all DADIS related component files.
assignees: sabrinatoro

0 comments on commit 49b1bb4

Please sign in to comment.