Closed gitricko closed 6 months ago
Fix a bug where other repo that uses the action, can't run the sonar scanning commands. Turns out that I missed 2 things.
${{ github.action_path }}
Objective
Fix a bug where other repo that uses the action, can't run the sonar scanning commands. Turns out that I missed 2 things.
${{ github.action_path }}
into the path so that it goes the right folder to execute the scripts. (https://dev.to/n3wt0n/github-composite-actions-nest-actions-within-actions-3e5l)