in Technology by
How to view the activity for a Github action workflow run ?

1 Answer

0 votes
by

When your workflow is triggered, a workflow run is created that executes the workflow. After a workflow run has started, you can see a visualization graph of the run's progress and view each step's activity on GitHub.

  1. On GitHub.com, navigate to the main page of the repository.

  2. Under your repository name, click  Actions.

    Actions tab in the main repository navigation.

  3. In the left sidebar, click the workflow you want to see.

    Screenshot of the left sidebar of the "Actions" tab. A workflow, "CodeQL," is outlined in dark orange.

  4. From the list of workflow runs, click the name of the run to see the workflow run summary.

  5. In the left sidebar or in the visualization graph, click the job you want to see.

  6. To view the results of a step, click the step.

Related questions

0 votes
    How YAML syntax is used to create a workflow file GitHub Action?...
asked Jun 17, 2023 in Technology by JackTerrance
0 votes
    For which criteria in workflow “time dependent workflow action” cannot be created?...
asked Nov 11, 2020 in Technology by JackTerrance
0 votes
    Example of an example GitHub action workflow?...
asked Jun 17, 2023 in Technology by JackTerrance
0 votes
    What are GitHub Action workflow templates?...
asked Apr 1, 2023 in Technology by JackTerrance
0 votes
    Suppose you have designed a Big Data batch using the MapReduce framework. Now you want to execute it on a cluster ... Run view? Name Node Data Node Resource Manager Job Tracker...
asked Mar 23, 2021 in Technology by JackTerrance
0 votes
    Which perspective is used to run a program in debug view? (a) java perspective (b) eclipse perspective (c) debug ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Which perspective is used to run a program in debug view? (a) java perspective (b) eclipse perspective ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Enterprise system for managing contract review workflow is (1)COGS (2)CRS (3)CMS (4)CFM...
asked Sep 21, 2021 in Technology by JackTerrance
0 votes
    How are component dependencies injected in a workflow...
asked Mar 7, 2021 in Technology by JackTerrance
0 votes
    Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 25, 2022 in Education by JackTerrance
0 votes
    Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    Delete the branch starfeature in GitHub. Which channel would receive notification for this event? A. Stakeholders and ... . Stakeholders C. Starprojectteam D. None of the options...
asked Dec 23, 2022 in Technology by JackTerrance
0 votes
    Merge the Pull request in GitHub for the updates made to starfeature branch. Which channel would receive notification ... . Stakeholders C. Starprojectteam D. None of the options...
asked Dec 23, 2022 in Technology by JackTerrance
0 votes
    How will you differentiate between Git and GitHub?...
asked Nov 4, 2020 in Technology by JackTerrance
...