From a79c24c330164b704165e5632616e7ec8e778613 Mon Sep 17 00:00:00 2001 From: zeshanziya Date: Mon, 10 Jun 2024 05:59:33 +0000 Subject: [PATCH] add dist/known_hosts to add list --- .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 04610cd..b9954a7 100644 --- a/.github/workflows/update-known-hosts.yml +++ b/.github/workflows/update-known-hosts.yml @@ -22,7 +22,7 @@ jobs: with: commit_message: Update known_hosts file commit_options: '--no-verify --signoff' - file_pattern: known_hosts + file_pattern: 'known_hosts dist/known_hosts' commit_user_name: github-actions commit_user_email: github-actions[bot]@users.noreply.github.com commit_author: hw