From 5beeaa849685d390b434569439e50bb5e8f4b735 Mon Sep 17 00:00:00 2001 From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:48:59 +0800 Subject: [PATCH] fix typo in merge/README.md --- merge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merge/README.md b/merge/README.md index b2f390e..9f37dd3 100644 --- a/merge/README.md +++ b/merge/README.md @@ -91,7 +91,7 @@ jobs: path: file-${{ matrix.foo }}.txt ``` -Each of the following examples will use the `needs: upload` as a prerequesite before any merging operations. +Each of the following examples will use the `needs: upload` as a prerequisite before any merging operations. ### Combining all artifacts in a workflow run