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 a0133d5 commit 1262720
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,5 @@ jobs:
Write-Host 'Total Lines of Code Shared Code...: ${{ steps.lines-of-code-reporter.shared.outputs.total_lines }}'
Write-Host 'Lines of Code Markdown Report Path...: ${{ steps.lines-of-code-reporter.shared.outputs.loc_report }}'
## Update readme
- name: update-readme
uses: theboi/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
header: "Code composition:"
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 1262720

Please sign in to comment.