GHA-LoC-Badge icon indicating copy to clipboard operation
GHA-LoC-Badge copied to clipboard

Failing on searching a sub-directory

Open dutta-alankar opened this issue 10 months ago • 1 comments

If I give the base directory, the action works: https://github.com/dutta-alankar/AstroPlasma/actions/runs/8865944317 But it fails on giving a subdirectory: https://github.com/dutta-alankar/AstroPlasma/actions/runs/8866107250

dutta-alankar avatar Apr 28 '24 07:04 dutta-alankar

Error showed is this:

/home/runner/work/_actions/shadowmoose/GHA-LoC-Badge/1.0.0/node_modules/@actions/core/lib/command.js:66
        .replace(/%/g, '%[25](https://github.com/dutta-alankar/AstroPlasma/actions/runs/8866107250/job/24343127468#step:3:26)')
         ^

TypeError: (s || "").replace is not a function

dutta-alankar avatar Apr 28 '24 08:04 dutta-alankar