From 37ede00278a0396eb6b29df781b6888f0c33c250 Mon Sep 17 00:00:00 2001 From: Wei18 <41205mw@gmail.com> Date: Mon, 9 Sep 2024 01:53:48 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52dd0b0..ea872e5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The `Comment` action requires the following inputs: ### Example Usage To use the `Comment` action in a GitHub Actions workflow, create a YAML file in the `.github/workflows` directory of your repository: -https://github.com/Wei18/GitHubSwiftActions/blob/e5ef352898a8b515512d22f4f0eaf7afe4a555fa/.github/workflows/Welcome.yml#L1-L25 +https://github.com/Wei18/GitHubSwiftActions/blob/5e993bca0d3f050c590790954440a5953c81aeee/.github/workflows/Welcome.yml#L1-L24 ## Building the Action