Rafael Martins

Results 1 comments of Rafael Martins

> just add working_directory empty: > > ``` > - name: tfsec > uses: aquasecurity/tfsec-pr-commenter-action@main > with: > working_directory: '' > ``` > > This works for me! Thank you...