From b17a867cf23d5ddf15f471d9586f2bc4f1799c63 Mon Sep 17 00:00:00 2001 From: hw Date: Sat, 15 Jan 2022 01:51:43 -0500 Subject: [PATCH] fix: use a meaningful commit message --- .github/workflows/update-known-hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-known-hosts.yml b/.github/workflows/update-known-hosts.yml index c323013..601ab64 100644 --- a/.github/workflows/update-known-hosts.yml +++ b/.github/workflows/update-known-hosts.yml @@ -20,7 +20,7 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: Add prepared script + commit_message: Update known_hosts file commit_options: '--no-verify --signoff' file_pattern: known_hosts commit_user_name: github-actions