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 3dc1c3c commit 3db11db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
## update readme:
- name: update_readme
run: |
python3 ./.github/workflows/update_readme.py steps.lines-of-code-reporter.android.outputs.loc_report steps.lines-of-code-reporter.ios.outputs.loc_report steps.lines-of-code-reporter.shared.outputs.loc_report
python3 ./.github/workflows/update_readme.py ${{ steps.lines-of-code-reporter.android.outputs.loc_report }} steps.lines-of-code-reporter.ios.outputs.loc_report steps.lines-of-code-reporter.shared.outputs.loc_report
## push changes
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 3db11db

Please sign in to comment.