Skip to content

Commit

Permalink
ci: set upstream repo, break command into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
cvn committed Oct 31, 2023
1 parent 1c772c8 commit 658bb96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
- name: Create pull request to upstream
run: |
cd Dash-User-Contributions
gh pr create --head tldr-update --title "Update TLDR pages docset to $new_version" --body "This is an automated update created by [a workflow](https://github.com/cvn/tldr-python-dash-docset/actions/workflows/update-docset.yml)."
gh pr create \
--repo Kapeli/Dash-User-Contributions \
--head cvn/Dash-User-Contributions:tldr-update \
--title "Update TLDR pages docset to $new_version" \
--body "This is an automated update created by [a workflow](https://github.com/cvn/tldr-python-dash-docset/actions/workflows/update-docset.yml)."
env:
GITHUB_TOKEN: ${{ secrets.DASH_REPO_TOKEN }}

0 comments on commit 658bb96

Please sign in to comment.