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