From b27b48143fe9a7e4772b1edec99c16648f1df3d3 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Tue, 26 Nov 2024 23:35:49 +0100 Subject: [PATCH] docs: mention persist-credentials Closes #673 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2744de72..71a8202a 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,8 @@ Some users reported that they were getting an error: If you're getting this error and you're using `actions/checkout@v1`, try upgrading to `actions/checkout@v2`. If you're still having problems after upgrading, feel free to open an issue. Issue ref: [#146](https://github.com/EndBug/add-and-commit/issues/146) +Please note that using `persist-credentials: false` will lead to the same issue. + ### Performance on large repos By default, the action will fetch the repository before starting to work on it: this ensures that it can see the already existing refs.