From 911f06901d17c586d5ab5927120e7c56b6739b2a Mon Sep 17 00:00:00 2001 From: PavelSinelnik Date: Tue, 17 Dec 2024 20:58:49 +0300 Subject: [PATCH] gha. return json event --- .github/workflows/update-clients.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/update-clients.yml b/.github/workflows/update-clients.yml index b2b87a3..dee33b5 100644 --- a/.github/workflows/update-clients.yml +++ b/.github/workflows/update-clients.yml @@ -20,12 +20,7 @@ jobs: if [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then echo "fmt_title=${{ github.event.inputs.title }}" >> "$GITHUB_OUTPUT" else - echo 'fmt_title<> $GITHUB_OUTPUT - echo "${{ github.event.head_commit.message }}" | head -n 1 >> $GITHUB_OUTPUT - echo 'EOF' >> $GITHUB_OUTPUT - - - + echo ${{ toJSON(github.event) }} update-js-client: needs: title