Skip to content

Commit

Permalink
Update documentation about Github action
Browse files Browse the repository at this point in the history
Updating the Github action tag, because there is an issue in `1.0.0` exporting the `scc` output into the Gtihub action steps.
  • Loading branch information
fcsonline committed Feb 2, 2022
1 parent 4bd8558 commit 7122433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v2
- name: Get the lines of code.
id: scc
uses: iryanbell/scc-docker-action@v1.0.0
uses: iryanbell/scc-docker-action@v1.0.2
with:
args: ${{ env.workspace }} -i js,go,html,css
```
Expand Down

0 comments on commit 7122433

Please sign in to comment.