From 71224335fbdb9b781738a0a633d6d81bcc638360 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Wed, 2 Feb 2022 12:00:01 +0100 Subject: [PATCH] Update documentation about Github action Updating the Github action tag, because there is an issue in `1.0.0` exporting the `scc` output into the Gtihub action steps. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bbdc580..cd54724f 100644 --- a/README.md +++ b/README.md @@ -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 ```