From cfdb7e609e6c88cf7668f810abf0d6398ebce8cf Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 15 Oct 2020 20:26:03 +0200 Subject: [PATCH] Add checkout_options to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 273d5c3..56bf6b3 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ Add the following step at the end of your job, after other steps that might add # Optional: Disable dirty check and always try to create a commit and push skip_dirty_check: true + + # Optional: Allows you to update how the repo is checked out + checkout_options: '-q --force -b' ``` ## Example