How Do GitHub Actions Work | Scribe

    How Do GitHub Actions Work

    • |
    • 8 steps |
    • 45 seconds
      1
      Go to one of your GitHub repositories. You can set up Actions on an existing repo or a new one. For this tutorial, we'll use an existing repo.
      2
      From your repository page, click on the Actions tab.
      3
      You'll see the setup page next. You can pick a preconfigured workflow or create your own.
      4
      We're going to create our own. Click "set up a workflow yourself"
      5
      You will need to create a workflow in a .YAML file. We're just going to copy a sample workflow from an open-source repository, but you can find workflows for any purpose or create your own.
      6
      Once your .YAML file is complete, hit "start commit"
      7
      Give your file a name and description.
      8
      When everything looks good, select "Commit new file" This only scratches the surface of GitHub Actions. Poke around the setup page to learn more about it.