Relative Content

Tag Archive for githubgithub-actionsgithub-clisuper-linter

Unable to edit and capture Super Linter error into GitHub Issue

I am using Superlinter actions in GitHub Actions for code linting. I would like to trigger action once issue is created, and capture error that is raised by SQLFluff (Linter in SuperLiner) into the issue that was raised by the user. Currently, my main workflow file looks like below. However, for some reason I am unable to capture the error that is raised by linter into the issue. What am I missing?