From 0b999212d77751e34c7bbc12ec1da279448c3eda Mon Sep 17 00:00:00 2001 From: Conaill O Neill <85241039+Conaill4@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:25:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92556f0..5a29d77 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ _Create and run a GitHub Actions workflow._ ## Step 5: Trigger the workflow _You've now added a fully functioning workflow to your repository! :smile:_ - +edit test The shell script in the workflow will run whenever a new pull request is opened. **Seeing your _action_ in action**: The status of each workflow run that's triggered is shown in the pull request before it's merged: look for **All checks have passed** when you try out the steps below. You can also see a list of all the workflows that are running, or have finished running, in the **Actions** tab of your repository. From there, you can click on each workflow run to view more details and access log files.