You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: responses/02_workflow-triggered.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ This means that every time an issue gets opened in this repository the GitHub Sc
14
14
15
15
You should expect to see the result right here in this issue!
16
16
17
+
<details>
18
+
<summary>Workflow not running? Click here for some troubleshooting.</summary>
19
+
20
+
Try the following troubleshooting steps:
21
+
1. Click on the [Actions tab]({{ store.actionsUrl }}) to see the status of your workflow run. See [Managing a workflow run](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run) on GitHub Help for more information.
22
+
1. Edit your [workflow file]( {{ workflowEditUrl }}) and look for errors in the linter built into the browser.
23
+
1. Look for the [workflow trigger](https://help.github.com/en/actions/reference/events-that-trigger-workflows) and ensure you are performing an action that triggers that workflow.
24
+
</details>
17
25
---
18
26
19
27
I'll respond in this issue after your workflow runs!
0 commit comments