OWASP-BLT / BLT

OWASP BLT is a bug logging tool to report issues and get points, organizations are held accountable.
https://blt.owasp.org
GNU Affero General Public License v3.0
132 stars 132 forks source link

Fix assign action (BLT-action) #2435

Closed DonnieBLT closed 2 months ago

nikhil25803 commented 2 months ago

I want to work on this issue, hence checked the logs why it is failing and found the error mentioning

/home/runner/work/_actions/OWASP-BLT/BLT-Action/main/src/index.js:123
                            const issueDetails = await octokit.issues.get({
                                                 ^^^^^

SyntaxError: await is only valid in async functions and the top level bodies of modules

So in the BLT Action Repo, making changes accordingly will fix the issue. Can you please assign it to me @DonnieBLT ?

arkid15r commented 2 months ago

Fixed by https://github.com/OWASP-BLT/BLT-Action/pull/31