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

Commit 1c7950a

Browse files
committed
adding more to 09_new-action
1 parent 7e3b107 commit 1c7950a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ steps:
194194
issue: Knock Knock...
195195
data:
196196
workflowFile: "%payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml"
197+
actionsUrl: "%payload.repository.html_url%/actions"
197198

198199
- title: Add a second Action
199200
description: Create a pull request to add another Action

responses/09_new-action.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22

33
Before we continue we are going to need to do a few things. First and foremost our workflow is currently setup to run each time there is a `push` event to this repository. Let's comment out our current workflow to prevent things from running but preserve the things you've worked on up to this point.
44

5+
You will still see the workflow trying to execute with every push if you look at the [Actions tab]({{actionsUrl}}), however it will seem as though it fails. This is because there is a workflow file in the `.github/workflows` directory. The failure isn't actually a failure either, if you expand it you will see that there is simple no triggers for that given workflow and therefore it doesn't run. I have placed a screenshot below so you can become familiar with what this error looks like without the need to go to your [Actions tab]({{actionsUrl}}).
6+
7+
![No trigger screenshot](https://i.imgur.com/rARtXc1.png)
8+
59
<!-- add action.yml -->
610
<!-- open pull request -->

0 commit comments

Comments
 (0)