From 733784926714b1b58cd6fd51d3c8fbda1d94d195 Mon Sep 17 00:00:00 2001 From: Lucie Milan Date: Fri, 13 Oct 2023 16:03:15 +0200 Subject: [PATCH] Update generate_foreign_keys.yml --- .github/workflows/generate_foreign_keys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_foreign_keys.yml b/.github/workflows/generate_foreign_keys.yml index 93ec7e5dd..af23fa477 100644 --- a/.github/workflows/generate_foreign_keys.yml +++ b/.github/workflows/generate_foreign_keys.yml @@ -39,5 +39,5 @@ jobs: git add -A git config --global user.email "github-actions@github.com" git config --global user.name 'github-actions' - git commit -am "Automated commit: Generate JSON schemas" + git commit -am "Automated commit: Generate foreign keys" git push