diff --git a/.github/workflows/update-clients.yml b/.github/workflows/update-clients.yml index b6447e7..b2b87a3 100644 --- a/.github/workflows/update-clients.yml +++ b/.github/workflows/update-clients.yml @@ -23,7 +23,9 @@ jobs: echo 'fmt_title<> $GITHUB_OUTPUT echo "${{ github.event.head_commit.message }}" | head -n 1 >> $GITHUB_OUTPUT echo 'EOF' >> $GITHUB_OUTPUT - fi + + + update-js-client: needs: title @@ -181,4 +183,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