From 65c56779c90b0324ac2a7e7c31ec876b8db47914 Mon Sep 17 00:00:00 2001 From: Gideon <87426140+GideonBear@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:10:40 +0100 Subject: [PATCH] docs: fix typo in README.md (#400) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 431335a..1cdc4b0 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ If this Action doesn't work for your workflow, check out [EndBug/add-and-commit] ### Checkout the correct branch -You must use `action/checkout@v2` or later versions to check out the repository. +You must use `actions/checkout@v2` or later versions to check out the repository. In non-`push` events, such as `pull_request`, make sure to specify the `ref` to check out: ```yaml