From 4d6994c634e5d513ff366b1dd6f34c4b712f8cf3 Mon Sep 17 00:00:00 2001 From: alexesprit Date: Thu, 21 May 2020 18:29:46 +0300 Subject: [PATCH] Update paragraph order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0787af1..a9ba120 100644 --- a/README.md +++ b/README.md @@ -67,12 +67,12 @@ jobs: - `allow-removing`: allow to remove file if local copy is missing (`false` by default) +Note that the action will produce an error if a local copy of a given file is missing, and the `allow-removing` flag is `false`. + ## Outputs - `commit-sha`: the hash of the commit created by this action -Note that the action will produce an error if a local copy of a given file is missing, and the `allow-removing` flag is `false`. - ## License See the [license file][License].