Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
chore: Use other format
Browse files Browse the repository at this point in the history
  • Loading branch information
floric committed Aug 1, 2020
1 parent 8e2f326 commit acba09c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Calculate lines of code
- name: Calculate project metrics
id: projectmetrics
run: |
SIZE=($(du -s dist/))
echo "::set-output name=code_size::$SIZE"
- uses: floric/[email protected]
name: Update Report
with:
key: code-size
value: $OUTPUT_CODE_SIZE
value: ${{ steps.projectmetrics.outputs.code_size }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit acba09c

Please sign in to comment.