Skip to content

Commit

Permalink
tidy workflow (#10)
Browse files Browse the repository at this point in the history
Follow-up to #8
  • Loading branch information
casperdcl authored Oct 19, 2022
1 parent 7e59c1c commit e440dcb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cml ci\
--user-name=github-actions\
[email protected]
cml pr */**/README.md\
--branch="automated-documentation-update-$GITHUB_RUN_ID"\
--{title,message,body}="Automated documentation update"\
cml pr create */**/README.md \
--user-name=github-actions[bot] \
--user-email=41898282+github-actions[bot]@users.noreply.github.com \
--branch="automated-documentation-update-$GITHUB_RUN_ID" \
--{title,message,body}="Automated documentation update" \
--skip-ci

0 comments on commit e440dcb

Please sign in to comment.