Consolidate Actions nav reusables (#25823)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 235 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
@@ -31,11 +31,11 @@ For jobs run on {% data variables.product.prodname_dotcom %}-hosted runners, "Se
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.repositories.navigate-to-workflow-superlinter %}
|
||||
{% data reusables.repositories.view-run-superlinter %}
|
||||
{% data reusables.repositories.navigate-to-job-superlinter %}
|
||||
{% data reusables.repositories.view-failed-job-results-superlinter %}
|
||||
{% data reusables.repositories.view-specific-line-superlinter %}
|
||||
{% data reusables.repositories.navigate-to-workflow %}
|
||||
{% data reusables.repositories.view-run %}
|
||||
{% data reusables.repositories.navigate-to-job %}
|
||||
{% data reusables.repositories.view-failed-job-results %}
|
||||
{% data reusables.repositories.view-specific-line %}
|
||||
|
||||
## Searching logs
|
||||
|
||||
@@ -43,9 +43,9 @@ You can search the build logs for a particular step. When you search logs, only
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.repositories.navigate-to-workflow-superlinter %}
|
||||
{% data reusables.repositories.view-run-superlinter %}
|
||||
{% data reusables.repositories.navigate-to-job-superlinter %}
|
||||
{% data reusables.repositories.navigate-to-workflow %}
|
||||
{% data reusables.repositories.view-run %}
|
||||
{% data reusables.repositories.navigate-to-job %}
|
||||
1. In the upper-right corner of the log output, in the **Search logs** search box, type a search query.
|
||||

|
||||
|
||||
@@ -55,9 +55,9 @@ You can download the log files from your workflow run. You can also download a w
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.repositories.navigate-to-workflow-superlinter %}
|
||||
{% data reusables.repositories.view-run-superlinter %}
|
||||
{% data reusables.repositories.navigate-to-job-superlinter %}
|
||||
{% data reusables.repositories.navigate-to-workflow %}
|
||||
{% data reusables.repositories.view-run %}
|
||||
{% data reusables.repositories.navigate-to-job %}
|
||||
1. In the upper right corner, click {% octicon "gear" aria-label="The gear icon" %} and select **Download log archive**.
|
||||
|
||||

|
||||
@@ -69,8 +69,8 @@ You can delete the log files from your workflow run. {% data reusables.repositor
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.actions-tab %}
|
||||
{% data reusables.repositories.navigate-to-workflow-superlinter %}
|
||||
{% data reusables.repositories.view-run-superlinter %}
|
||||
{% data reusables.repositories.navigate-to-workflow %}
|
||||
{% data reusables.repositories.view-run %}
|
||||
1. In the upper right corner, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}.
|
||||
|
||||

|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{% ifversion fpt or ghes or ghec %}
|
||||
1. Under **Jobs** or in the visualization graph, click the job you want to see.
|
||||

|
||||
{% elsif ghes %}
|
||||
1. In the left sidebar, click the job you want to see.
|
||||

|
||||
{% else %}
|
||||
1. In the left sidebar, click the job you want to see.
|
||||

|
||||
{% endif %}
|
||||
3
data/reusables/repositories/navigate-to-job.md
Normal file
3
data/reusables/repositories/navigate-to-job.md
Normal file
@@ -0,0 +1,3 @@
|
||||
1. Under **Jobs** or in the visualization graph, click the job you want to see.
|
||||
|
||||

|
||||
@@ -1,2 +0,0 @@
|
||||
1. In the left sidebar, click the workflow you want to see.
|
||||

|
||||
@@ -1,2 +1,2 @@
|
||||
1. In the left sidebar, click the workflow you want to see.
|
||||

|
||||

|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{% ifversion fpt or ghes or ghec %}
|
||||
1. Any failed steps are automatically expanded to display the results.
|
||||

|
||||
{% else %}
|
||||
1. Expand the **Run Super-Linter** step to view the results.
|
||||

|
||||
{% endif %}
|
||||
3
data/reusables/repositories/view-failed-job-results.md
Normal file
3
data/reusables/repositories/view-failed-job-results.md
Normal file
@@ -0,0 +1,3 @@
|
||||
1. Any failed steps are automatically expanded to display the results.
|
||||
|
||||

|
||||
@@ -1,2 +0,0 @@
|
||||
1. From the list of workflow runs, click the name of the run you want to see.
|
||||

|
||||
@@ -1,2 +1,2 @@
|
||||
1. From the list of workflow runs, click the name of the run you want to see.
|
||||

|
||||

|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{% ifversion fpt or ghes or ghec %}
|
||||
1. Optionally, to get a link to a specific line in the logs, click on the step's line number. You can then copy the link from the address bar of your web browser.
|
||||

|
||||
{% else %}
|
||||
1. Optionally, to get a link to a specific line in the logs, click on the step's line number. You can then copy the link from the address bar of your web browser.
|
||||

|
||||
{% endif %}
|
||||
3
data/reusables/repositories/view-specific-line.md
Normal file
3
data/reusables/repositories/view-specific-line.md
Normal file
@@ -0,0 +1,3 @@
|
||||
1. Optionally, to get a link to a specific line in the logs, click on the step's line number. You can then copy the link from the address bar of your web browser.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user