From cd305cb3b3c9433c7f217c89f60ea6d3dfc25e7f Mon Sep 17 00:00:00 2001 From: PavelSinelnik Date: Fri, 6 Dec 2024 18:02:27 +0300 Subject: [PATCH] gha. remove push vars. --- .github/workflows/update-clients.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-clients.yml b/.github/workflows/update-clients.yml index a3b465a..0dea820 100644 --- a/.github/workflows/update-clients.yml +++ b/.github/workflows/update-clients.yml @@ -20,7 +20,7 @@ jobs: if [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then echo "fmt_title=${{ github.event.inputs.title }}" >> "$GITHUB_OUTPUT" else - echo "fmt_title=${{ github.event.push.commits.message }}" >> "$GITHUB_OUTPUT" + echo "fmt_title=${{ github.event.head_commit.message }}" >> "$GITHUB_OUTPUT" fi update-js-client: