We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be42b4 commit ead9d07Copy full SHA for ead9d07
1 file changed
config.yml
@@ -260,7 +260,7 @@ steps:
260
with: new-issue.md
261
issue: "%store.secondPullNumber%"
262
data:
263
- issueURL: "%store.thirdIssueUrl%"
+ issueUrl: "%store.thirdIssueUrl%"
264
265
- title: Break your workflow into multiple steps
266
description: Separate the workflow concerns by adding more steps
@@ -393,7 +393,7 @@ steps:
393
394
issue: "%store.thirdPullNumber%"
395
396
- issueURL: "%store.fourthIssueUrl%"
+ issueUrl: "%store.fourthIssueUrl%"
397
398
- title: Another workflow run
399
description: Observe the results of an enhanced workflow run
0 commit comments