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: