From a150e4e690ab9bfcecae05b68c8efd14edac15df Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 5 Feb 2020 14:37:47 +0900 Subject: [PATCH] ci: force_orphan to false --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 6452674..eefb303 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -71,7 +71,7 @@ jobs: # external_repository: '' allow_empty_commit: true # keep_files: true - force_orphan: true + # force_orphan: true # user_name: iris # user_email: email@peaceiris.com # commit_message: ${{ github.event.head_commit.message }}