From 820868384cc35027793520c6f87fe3d12344e97e Mon Sep 17 00:00:00 2001 From: PavelSinelnik Date: Tue, 17 Dec 2024 19:35:05 +0300 Subject: [PATCH] gha. line to trigger updating clients --- .github/workflows/update-clients.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-clients.yml b/.github/workflows/update-clients.yml index 4bf2513..c1bcd09 100644 --- a/.github/workflows/update-clients.yml +++ b/.github/workflows/update-clients.yml @@ -20,7 +20,10 @@ jobs: if [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then echo "fmt_title=${{ github.event.inputs.title }}" >> "$GITHUB_OUTPUT" else - echo "fmt_title=$(${{ github.event.head_commit.message }} | head -n 1)" >> "$GITHUB_OUTPUT" + echo 'fmt_title<> $GITHUB_OUTPUT + echo "${{ github.event.head_commit.message }}" | head -n 1 >> $GITHUB_OUTPUT + echo 'EOF' >> $GITHUB_OUTPUT + fi update-js-client: @@ -179,4 +182,4 @@ jobs: # git push --set-upstream origin ${GITHUB_SHA::8} # gh pr create --fill --draft --base develop # env: - # GITHUB_TOKEN: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }} + # GITHUB_TOKEN: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }} \ No newline at end of file