Skip to content

Commit

Permalink
add info about gh action create-pull-request failure
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Aug 1, 2024
1 parent b1834a2 commit 02ab3de
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,18 @@ dashboard:
container: obolibrary/odkfull:latest
```
The easiest way to update your repository is to do so manually. Please update the ODK version to have the latest changes on the OBO Dashboard.
The easiest way to update your repository is to do so manually. Please update the ODK version to have the latest changes on the OBO Dashboard.
## If the GitHub Action is failing...
1. We experienced a failure on the GitHub Action in the step to create the pull request with the dashboard changes. To fix the issue, please update the `peter-evans/create-pull-request` version to `v6`.

```yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update dashboard run
title: 'Update dashboard run'
body: |
Updates the Custom OBO Dashboard
```

0 comments on commit 02ab3de

Please sign in to comment.