Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit e4b9ee7

Browse files
committed
Update link to fill in pr created date
1 parent 5c8b92e commit e4b9ee7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ steps:
165165
body: 07_create-blog-post.md
166166
data:
167167
branch: '%payload.pull_request.head.ref%'
168+
date: '%payload.pull_request.created_at%'
168169

169170
- title: Create a blog post
170171
description: Create a new file that will become your first blog post.

responses/07_create-blog-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This pull request looks great so far. :sparkles: You've just edited the `_config
66

77
### :keyboard: Activity: Add some content to your blog
88

9-
**Shortcut Note**: Click this link [here]{{ repoURL }}/new/{{ branch }}/?filename=_posts/YYYY-MM-DD-my-first-blog-post.md) to automatically complete steps 1-3.
9+
**Shortcut Note**: Click this link [here]{{ repoURL }}/new/{{ branch }}/?filename=_posts/{{ date | date: "%y-%m-%d" }}-my-first-blog-post.md) to automatically complete steps 1-4.
1010

1111
1. On the "Code" tab, select your `{{ branch }}` branch
1212
1. Click **Create new file**

0 commit comments

Comments
 (0)