Update create-pr.yml
This commit is contained in:
Родитель
91ddcb3081
Коммит
edd56e933a
|
@ -44,6 +44,6 @@ jobs:
|
|||
git checkout "public-pr-${{ github.event.number }}"
|
||||
COMMIT_MESSAGE="**Pull Request Created in public repo** <br /><br /> **Title:** "${{ github.event.pull_request.title }}" <br /><br /> **Link:** https://github.com/microsoft/AzureTipsAndTricks/pull/${{ github.event.number }}"
|
||||
|
||||
gh pr create --title "Public Repo PR" --body $COMMIT_MESSAGE" -R microsoft/azuretipsandtricks-private
|
||||
gh pr create --title "Public Repo PR" --body "$COMMIT_MESSAGE" -R microsoft/azuretipsandtricks-private
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PRIVATE_REPO_PAT }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче