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

Commit e0e4970

Browse files
committed
add step to config
1 parent 176226e commit e0e4970

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,20 @@ steps:
283283
issue: External APIs
284284
data:
285285
actionsUrl: "%payload.repository.html_url%/actions"
286+
287+
- title: Creating the third and final Action
288+
description: Create an Action that consumes output from another Action and uses Octokit
289+
event: pull_request.closed
290+
actions:
291+
- type: updateBranchProtection
292+
- type: createIssue
293+
body: 13_action-three.md
294+
title: Consuming Action Outputs
295+
action_id: outputIssue
296+
data:
297+
actionsUrl: "%payload.repository.html_url%/actions"
298+
- type: respond
299+
with: 12_next-steps.md
300+
issue: External APIs
301+
data:
302+
issueUrl: "%actions.outputIssue.data.html_url%"

0 commit comments

Comments
 (0)