Update create-issue.yml
This commit is contained in:
Родитель
cb1dcb82d1
Коммит
188779588c
|
@ -13,8 +13,8 @@ jobs:
|
|||
brew install gh
|
||||
- name: GH CLI
|
||||
run: |
|
||||
echo "::set-env name=POST_COMMIT_MESSAGE::$(git log --no-merges -1 --pretty=%B)"
|
||||
gh issue create --title "Update Made in Public Repo" --body "${{ env.POST_COMMIT_MESSAGE }}" -R microsoft/azuretipsandtricks-private
|
||||
COMMIT_MESSAGE=$(git log --no-merges -1 --pretty=%B)
|
||||
gh issue create --title "Update Made in Public Repo" --body "$COMMIT_MESSAGE" -R microsoft/azuretipsandtricks-private
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PRIVATE_REPO_PAT }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче