1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Consolidate Actions nav reusables (#25823)

This commit is contained in:
Lucas Costi
2022-03-04 15:44:17 +10:00
committed by GitHub
parent 3ce8702e5d
commit c45cedad2e
14 changed files with 24 additions and 43 deletions

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

View File

@@ -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.
![Search box to search logs](/assets/images/help/repository/search-log-box-updated-2.png)
@@ -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**.
![Download logs drop-down menu](/assets/images/help/repository/download-logs-drop-down-updated-2.png)
@@ -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" %}.
![Kebab-horizontal icon](/assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated-2.png)

View File

@@ -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.
![Lint code base job](/assets/images/help/repository/superlinter-lint-code-base-job-updated.png)
{% elsif ghes %}
1. In the left sidebar, click the job you want to see.
![Lint code base job](/assets/images/help/repository/superlinter-lint-code-base-job.png)
{% else %}
1. In the left sidebar, click the job you want to see.
![Select a workflow job](/assets/images/help/repository/workflow-job.png)
{% endif %}

View File

@@ -0,0 +1,3 @@
1. Under **Jobs** or in the visualization graph, click the job you want to see.
![Lint code base job](/assets/images/help/repository/superlinter-lint-code-base-job-updated.png)

View File

@@ -1,2 +0,0 @@
1. In the left sidebar, click the workflow you want to see.
![Workflow list in left sidebar](/assets/images/help/repository/superlinter-workflow-sidebar.png)

View File

@@ -1,2 +1,2 @@
1. In the left sidebar, click the workflow you want to see.
![Workflow list in left sidebar](/assets/images/help/repository/workflow-sidebar.png)
![Workflow list in left sidebar](/assets/images/help/repository/superlinter-workflow-sidebar.png)

View File

@@ -1,7 +0,0 @@
{% ifversion fpt or ghes or ghec %}
1. Any failed steps are automatically expanded to display the results.
![Super linter workflow results](/assets/images/help/repository/super-linter-workflow-results-updated-2.png)
{% else %}
1. Expand the **Run Super-Linter** step to view the results.
![Super linter workflow results](/assets/images/help/repository/super-linter-workflow-results.png)
{% endif %}

View File

@@ -0,0 +1,3 @@
1. Any failed steps are automatically expanded to display the results.
![Super linter workflow results](/assets/images/help/repository/super-linter-workflow-results-updated-2.png)

View File

@@ -1,2 +0,0 @@
1. From the list of workflow runs, click the name of the run you want to see.
![Name of workflow run](/assets/images/help/repository/superlinter-run-name.png)

View File

@@ -1,2 +1,2 @@
1. From the list of workflow runs, click the name of the run you want to see.
![Name of workflow run](/assets/images/help/repository/run-name.png)
![Name of workflow run](/assets/images/help/repository/superlinter-run-name.png)

View File

@@ -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.
![Button to copy link](/assets/images/help/repository/copy-link-button-updated-2.png)
{% 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.
![Button to copy link](/assets/images/help/repository/copy-link-button.png)
{% endif %}

View 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.
![Button to copy link](/assets/images/help/repository/copy-link-button-updated-2.png)