Skip to content

Commit 86bb097

Browse files
authored
[EDI] Actions - reorg troubleshooting/monitoring content (#56736)
1 parent 7f73515 commit 86bb097

19 files changed

+33
-133
lines changed

content/actions/concepts/workflows-and-actions/about-custom-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: About custom actions
3+
shortTitle: Custom actions
34
intro: 'Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the {% data variables.product.prodname_dotcom %} community.'
45
redirect_from:
56
- /articles/about-actions

content/actions/concepts/workflows-and-actions/about-monitoring-workflows.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

content/actions/concepts/workflows-and-actions/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ children:
1717
- /concurrency
1818
- /workflow-artifacts
1919
- /dependency-caching
20-
- /about-monitoring-workflows
2120
- /notifications-for-workflow-runs
22-
- /about-troubleshooting-workflows
2321
---
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Working with Support for GitHub Actions
2+
title: Getting help from GitHub Support about GitHub Actions
3+
shortTitle: Get support
34
intro: 'Learn how {% data variables.contact.github_support %} can assist with {% data variables.product.prodname_actions %}'
45
versions:
56
fpt: '*'
@@ -9,10 +10,10 @@ type: reference
910
topics:
1011
- Actions
1112
- Support
12-
shortTitle: 'Working with {% data variables.contact.github_support %}'
1313
redirect_from:
1414
- /actions/monitoring-and-troubleshooting-workflows/working-with-support-for-github-actions
1515
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/working-with-support-for-github-actions
16+
- /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/working-with-support-for-github-actions
1617
---
1718

1819
You can [contact {% data variables.contact.github_support %}](/support/contacting-github-support) for assistance with {% data variables.product.prodname_actions %}.

content/actions/how-tos/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ children:
1010
- /writing-workflows
1111
- /managing-workflow-runs-and-deployments
1212
- /sharing-automations
13-
- /monitoring-and-troubleshooting-workflows
1413
- /using-github-hosted-runners
1514
- /hosting-your-own-runners
1615
- /security-for-github-actions
1716
- /use-cases-and-examples
1817
- /administering-github-actions
18+
- /monitor-workflows
19+
- /troubleshooting-workflows
20+
- /getting-help-from-github-support-about-github-actions
21+
redirect_from:
22+
- /actions/how-tos/monitoring-and-troubleshooting-workflows
23+
- /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting
1924
---
2025

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Monitoring workflows
3-
shortTitle: Monitor
2+
title: Monitor workflows
43
intro: 'You can monitor {% data variables.product.prodname_actions %} workflows by using tools like the visualization graph and run logs.'
54
versions:
65
fpt: '*'
@@ -12,6 +11,8 @@ children:
1211
- /viewing-job-execution-time
1312
- /adding-a-workflow-status-badge
1413
- /using-workflow-run-logs
14+
- /enabling-debug-logging
1515
redirect_from:
1616
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows
17+
- /actions/concepts/workflows-and-actions/about-monitoring-workflows
1718
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using the visualization graph
3-
shortTitle: Visualization graph
3+
shortTitle: Use the visualization graph
44
intro: Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows.
55
redirect_from:
66
- /actions/managing-workflow-runs/using-the-visualization-graph
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using workflow run logs
3-
shortTitle: Workflow run logs
3+
shortTitle: Use workflow run logs
44
intro: 'You can view, search, and download the logs for each job in a workflow run.'
55
redirect_from:
66
- /actions/managing-workflow-runs/using-workflow-run-logs

0 commit comments

Comments
 (0)