Skip to content

Commit

Permalink
gha. remove push vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSinelnik committed Dec 6, 2024
1 parent cd0a2b8 commit cd305cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then
echo "fmt_title=${{ github.event.inputs.title }}" >> "$GITHUB_OUTPUT"
else
echo "fmt_title=${{ github.event.push.commits.message }}" >> "$GITHUB_OUTPUT"
echo "fmt_title=${{ github.event.head_commit.message }}" >> "$GITHUB_OUTPUT"
fi
update-js-client:
Expand Down

0 comments on commit cd305cb

Please sign in to comment.