From c7557ffcfdca0cac43ad628b484f0f9e172f8ff1 Mon Sep 17 00:00:00 2001 From: Estee Date: Fri, 23 Jun 2023 00:40:02 +0800 Subject: [PATCH] feat(action.yml): add input_file_path to commit message in git-auto-commit-action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ec8eb6f..b078147 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: fi - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: translation + commit_message: translation of ${{ inputs.input_file_path }} branding: icon: 'activity'