Open MichaelSp opened 4 years ago
According to https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-a-warning-message you can just
console.log("::warning file=app.js,line=1,col=5::Missing semicolon")
to achieve the same without the need for github token...
According to https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-a-warning-message you can just
to achieve the same without the need for github token...