Skip to content

Commit 02ab3de

Browse files
committed
add info about gh action create-pull-request failure
1 parent b1834a2 commit 02ab3de

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,18 @@ dashboard:
4444
container: obolibrary/odkfull:latest
4545
```
4646
47-
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.
47+
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.
48+
49+
## If the GitHub Action is failing...
50+
51+
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`.
52+
53+
```yaml
54+
- name: Create Pull Request
55+
uses: peter-evans/create-pull-request@v6
56+
with:
57+
commit-message: Update dashboard run
58+
title: 'Update dashboard run'
59+
body: |
60+
Updates the Custom OBO Dashboard
61+
```

0 commit comments

Comments
 (0)