I'm trying to use reviewdog/action-actionlint:v1.18.2 and I'm getting this error:
shellcheck reported issue in this script: SC2046:warning:1:35: Quote this to prevent word splitting [shellcheck]
at this line:
run: |
echo "COMMIT_COUNT=$(git rev-list $(git describe --tags --abbrev=0)..HEAD --count)" >> $GITHUB_ENV
what should I do ?