Skip to content

Commit

Permalink
update clients. echo result to output
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSinelnik committed Dec 17, 2024
1 parent a8665c9 commit c7bd191
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 @@ -21,7 +21,7 @@ jobs:
echo "fmt_title=${{ github.event.inputs.title }}" >> "$GITHUB_OUTPUT"
else
echo 'fmt_title<<EOF' >> $GITHUB_OUTPUT
${{ github.event.head_commit.message }} | head -n 1 >> $GITHUB_OUTPUT
echo "${{ github.event.head_commit.message }}" | head -n 1 >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit c7bd191

Please sign in to comment.