Thiru-Malai / skills-hello-github-actions

My clone repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 board β€’ Review the GitHub status page

Β© 2023 GitHub β€’ Code of Conduct β€’ MIT License

About

My clone repository

License:MIT License