Update create-issue.yml
This commit is contained in:
Родитель
14879e8a05
Коммит
4a22d717f4
|
@ -17,7 +17,7 @@ jobs:
|
|||
brew install gh
|
||||
- name: GH CLI
|
||||
run: |
|
||||
COMMIT_MESSAGE=$(git log --no-merges -1 --pretty=%B)
|
||||
COMMIT_MESSAGE="Update made in public repo \n Message: $(git log --no-merges -1 --pretty=%B) \n Link: https://github.com/microsoft/AzureTipsAndTricks/commit/${{ github.sha }}"
|
||||
gh issue create --title "Update Made in Public Repo" --body "$COMMIT_MESSAGE" -R microsoft/azuretipsandtricks-private
|
||||
|
||||
env:
|
||||
|
|
Загрузка…
Ссылка в новой задаче