Skip to content

Commit

Permalink
chore(build): Enhance pull request body
Browse files Browse the repository at this point in the history
  • Loading branch information
robzienert committed Oct 5, 2020
1 parent 0d056d0 commit 7cef948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs_master.yml
Expand Up @@ -52,7 +52,9 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
path: ./docs
title: 'docs(orca-api): Updating autogenerated javadocs'
title: 'docs(javadocs): Updating autogenerated javadocs'
body: |
Automated changes by `${{ github.action }}` in ${{ github.repository }} ([Run ${{ github.run_id }}](https://github.com/${{ github.repository }}/runs/${{ github.run_id }})
token: ${{ secrets.SPINNAKER_GITHUB_TOKEN }}

- name: Output PR Info
Expand Down

0 comments on commit 7cef948

Please sign in to comment.