Skip to content

Commit

Permalink
gha. update env
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSinelnik committed Dec 5, 2024
1 parent 2acd80f commit e9fe751
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
else
echo 'title<<EOF' >> $GITHUB_ENV
echo ${{ github.event.pull_request.title }} >> $GITHUB_ENV
echo "${{ github.event.pull_request.title }}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
fi
- name: Echo title
working-directory: js-client
run: echo "${{ env.title }}"
update-js-client:
needs: getting-title
Expand Down

0 comments on commit e9fe751

Please sign in to comment.