Skip to content

Commit e86f998

Browse files
authored
run url
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 292b241 commit e86f998

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/create-release-post.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
with:
4444
author: Node.js GitHub Bot <github-bot@iojs.org>
4545
branch: release-${{ steps.create-release-post.output.version }}
46-
body: This PR was generated automatically.
46+
body: |
47+
Creates a new blog post for ${{ steps.create-release-post.output.version }}.
48+
49+
Check this workflow's logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.
4750
commit-message: 'feat(blog): create post for ${{ steps.create-release-post.output.version }}'
4851
labels: fast-track
4952
title: 'feat(blog): create post for ${{ steps.create-release-post.output.version }}'

0 commit comments

Comments
 (0)