From 43331d369a18faef506451f1e10fb052f1dece30 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:15:50 +0900 Subject: [PATCH] docs: uncommitted changes are stashed and restored --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325c018..4fff394 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ If there are files or directories you want to ignore you can simply add them to You can control which files are committed with the `add-paths` input. Paths should follow git's [pathspec](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec) syntax. -All file changes that do not match one of the paths will be discarded. +File changes that do not match one of the paths will be stashed and restored after the action has completed. ```yml - name: Create Pull Request