diff --git a/README.md b/README.md index 1bfca45..34ab36e 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 +``` \ No newline at end of file