Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-michalguspiel authored Jul 22, 2022
1 parent 183a037 commit 08c95be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
header: "Code composition:"
subhead: "Android App codebase: ${{ steps.lines-of-code-reporter.android.outputs.total_lines }} \n iOS App codebase: ${{ steps.lines-of-code-reporter.ios.outputs.total_lines }} \n Shared codebase: ${{ steps.lines-of-code-reporter.shared.outputs.total_lines }}"
repoCount: 0
subhead: "Android App codebase: ${{ steps.lines-of-code-reporter.android.outputs.loc_report }} \n iOS App codebase: ${{ steps.lines-of-code-reporter.ios.outputs.loc_report }} \n Shared codebase: ${{ steps.lines-of-code-reporter.shared.outputs.loc_report }}"
footer: ""

0 comments on commit 08c95be

Please sign in to comment.