Skip to content

Commit

Permalink
update create-pull-request action to fix failing run
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Aug 1, 2024
1 parent 2d0e344 commit b1834a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Copy results
run: cp -r /tools/OBO-Dashboard/dashboard/* dashboard/ && cp -r /tools/OBO-Dashboard/build/ontologies/* ontologies/
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update dashboard run
title: 'Update dashboard run'
Expand Down

0 comments on commit b1834a2

Please sign in to comment.