Skip to content

Commit

Permalink
Remove wrong text fragment (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpires committed Feb 15, 2023
1 parent 8979909 commit a2d9219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Merge your changes so the action will be a part of the `main` branch.

_You've now got a fully functioning workflow! :smile:_

Your new action will run any time a new commit is created or pushed to the remote repository. Since you just created a commit, the workflow should have been triggered.
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.

Expand Down

0 comments on commit a2d9219

Please sign in to comment.