Question poorly formulated

Carlos Quintero 120 Reputation points
2024-07-13T10:11:05.6766667+00:00

The question is formulated as:

In which file do you define the steps to execute in your GitHub Action?

Notice the last words GitHub Action. The product is named GitHub Actions, not GitHub Action.

The question should be:

In which file do you define the steps to execute in your GitHub Actions workflow?

Notice that if the word workflow doesn’t appear in the question then the answer may not be correct. For example, an action of type composite also define steps, but it uses an action.yml file.

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,288 questions
{count} votes

Accepted answer
  1. Marcin Policht 17,850 Reputation points MVP
    2024-07-13T11:51:51.8366667+00:00

    Actually, "GitHub Action" is a valid term - as a matter of fact, it's used frequently in Microsoft Learn documentation - e.g. https://learn.microsoft.com/en-us/dotnet/devops/create-dotnet-github-action

    Admittedly though, in this case Actions would probably work a bit better


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


1 additional answer

Sort by: Most helpful
  1. Marcin Policht 17,850 Reputation points MVP
    2024-07-13T11:27:51.68+00:00

    Actually GitHub "Action" is a valid term - it's used numerous times throughout Microsoft documentation - e.g.

    https://learn.microsoft.com/en-us/dotnet/devops/create-dotnet-github-action

    Admittedly though, in this case Actions would probably work a bit better


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments