Skip to content

Stroustrups-Sentinel/skills-hello-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello GitHub Actions

Create a GitHub Action and use it in a workflow.

Step 5: Trigger the workflow

You've now got a fully functioning workflow! 😄

Your new action will run any time a pull request has been opened.

Seeing your action in action: The status of your action is shown in a pull request before you merge, look for All checks have passed when you try out the steps below. You can also view them from the Actions tab in your repository. From there, you will see all the actions that have run, and you can click on each action to view details and access log files.

View an action's log

⌨️ Activity: Trigger the workflow

  1. Make a new branch named test-workflow.
  2. Commit any change to your branch, such as adding an emoji to your README.md file.
  3. Create the pull request on your branch.
  4. See your action run on your pull request.
  5. Wait about 20 seconds for actions to run, then refresh this page (the one you're following instructions from) and an action will automatically close this step and open the next one.

Get help: Post in our discussion boardReview the GitHub status page

© 2023 GitHub • Code of ConductMIT License