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

Commit ead9d07

Browse files
committed
fix typo on issue link
1 parent 7be42b4 commit ead9d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ steps:
260260
with: new-issue.md
261261
issue: "%store.secondPullNumber%"
262262
data:
263-
issueURL: "%store.thirdIssueUrl%"
263+
issueUrl: "%store.thirdIssueUrl%"
264264

265265
- title: Break your workflow into multiple steps
266266
description: Separate the workflow concerns by adding more steps
@@ -393,7 +393,7 @@ steps:
393393
with: new-issue.md
394394
issue: "%store.thirdPullNumber%"
395395
data:
396-
issueURL: "%store.fourthIssueUrl%"
396+
issueUrl: "%store.fourthIssueUrl%"
397397

398398
- title: Another workflow run
399399
description: Observe the results of an enhanced workflow run

0 commit comments

Comments
 (0)