From 5f08f9f65947467524fc5d60211fdea21c1832a3 Mon Sep 17 00:00:00 2001 From: Max <12673799+krmax44@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:43:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix=20dependency=20glob=20exampl?= =?UTF-8?q?e=20in=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4869f73..35611b8 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,8 @@ changes. The glob matches files relative to the repository root. with: enable-cache: true cache-dependency-glob: | - '**requirements*.txt' - '**pyproject.toml' + **requirements*.txt + **pyproject.toml ``` ### GitHub authentication token